I use Android 4.0.1, and Kotlin 1.4.10. I tried to insert:
kotlin {
explicitApi()
}
at the top level of the module build.gradle file, but Android Studio seems to ignore it.
I tried to insert the same block in the android { ... }
block, but Android Studio seems to ignore it.
I tried to insert explicitApi()
in android.kotlinOptions { ... }
block, but the Gradle project sync failed.
android {
kotlinOptions {
freeCompilerArgs += '-Xexplicit-api=warning'
}
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With