This is more about AGP than Android Studio, but wh...
# android-studio
e
This is more about AGP than Android Studio, but what are the implications of
android.builtInKotlin
becoming true, other than having to remove the
org.jetbrains.kotlin.android
plugin?
👀 2
m
All the plugins that do
pluginManager.withPlugin("org.jetbrains.kotlin.android")
will have to be updated
Maybe more