We default to the legacy behavior (applying KGP rather than Built-in Kotlin) by adding android.builtInKotlin=false flag to ensure builds succeed regardless of an app or plugin's migration state. While support for Built-in Kotlin is already in place, this legacy behavior default prevents build failures during the transition.
We default to the legacy behavior (applying KGP rather than Built-in Kotlin) by adding
android.builtInKotlin=falseflag to ensure builds succeed regardless of an app or plugin's migration state. While support for Built-in Kotlin is already in place, this legacy behavior default prevents build failures during the transition.