PluginParameters
Gradle extension to configure the plugin parameters
Properties
Auto export generated files to Xcode project. If set to false, you will find the generated files under /build/generated/ksp/. Warning: avoid deleting [iosAppFolderName]/[exportFolderName] without first using Xcode to Remove references.
Name of the destination folder inside iOS project (iosAppFolderName) where the Composable files will be copied to when autoExport is true
Name of the folder containing the iosApp in the root's project tree
Name of the iOS project (name.xcodeproj)
Minimum iOS deployment target for the generated SPM package. Not used when legacyMode is true.
When true, falls back to the previous xcodeproj-gem-based export instead of the default local SPM package at [iosAppFolderName]/[exportFolderName]/. Kept for projects that can't yet use SPM — new projects should not need this.
Swift tools version declared in the generated Package.swift. Not used when legacyMode is true.
Name of the iOS project's target