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
}
}
Controls whether the Swift code bundling is enabled for the given module.
The default value is true
.
skie {
swiftBundling {
enabled = false // or true
}
}