Kite Ssot Android Extension
Android build settings inside kiteSsot { android { ... } }.
Every value is optional and has no default. When the root propagateAndroidSdk setting is true, which is the default, KiteSSOT copies each SDK value you set into supported Android modules. An unset value leaves the module's own setting unchanged.
These values control the Android toolchain. They are separate from cross-platform app identity. publishedVersionCode is only an offline release check and is never copied into an Android DSL.
kiteSsot {
android {
compileSdk = 36
minSdk = 26
targetSdk = 36
ndkVersion = "27.0.12077973"
}
}Content copied to clipboard