Migrating Kotlin projects to Android Gradle plugin 9.0

AGP 9 introduces two major changes for Kotlin projects: built-in Kotlin support (removing the need to apply the Kotlin Android plugin manually) and a new Android KMP library plugin for Kotlin Multiplatform projects. The built-in Kotlin change requires removing the explicit Kotlin Android plugin and migrating compiler options

Sort: