PluginParameters

open class PluginParameters

Gradle extension to configure the plugin parameters

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

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.

Link copied to clipboard

Name of the destination folder inside iOS project (iosAppFolderName) where the Composable files will be copied to when autoExport is true

Link copied to clipboard

Name of the folder containing the iosApp in the root's project tree

Link copied to clipboard

Name of the iOS project (name.xcodeproj)

Link copied to clipboard

Minimum iOS deployment target for the generated SPM package. Not used when legacyMode is true.

Link copied to clipboard

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.

Link copied to clipboard

Swift tools version declared in the generated Package.swift. Not used when legacyMode is true.

Link copied to clipboard

Name of the iOS project's target