android

fun android(action: Action<in KiteSsotAndroidExtension>)

Configure the nested Android SDK/release model.


Android-only SDK options. See KiteSsotAndroidExtension. Accessed as kiteSsot { android { compileSdk = 36; minSdk = 26 } }. Created as a child extension by KiteSsotPlugin.apply for the same reason as ios.