Skip to main content

Swift code bundling

Enabled (Boolean)

Controls whether the Swift code bundling is enabled for the given module.

The default value is true.

build.gradle.kts
skie {
swiftBundling {
enabled = false // or true
}
}