Does switching the explicit API mode on in `build....
# android
l
Does switching the explicit API mode on in
build.gradle.kts
already work for Android?
I added in my module `build.gradle.kts`:
Copy code
kotlin {
    explicitApiWarning()
}
But see no change.
Sync with Gradle / Invalidate cache & restart didn't help either.
I'm on Kotlin 1.9.21
It got broken with Kotlin 1.9.20. On 1.9.10 it still works. Since 1.9.20 there is neither warning nor error in respective explicit API mode.
j
Try
Strict
to confirm it is a bug with
Warning