How to Enable Kotlin Android Extensions by Default in Android Studio 4.1
问题 Why kotlin-android-extensions not enabled by default in this latest version of Android Studio? In fact, as long as i know, i have to manually add the plugin in gradle files. Any workaround so that i can add the plugin and enable it automatically everytime i create new project? Thanks before. ICYMI, this is the code that needs to be added to enable kotlin-android plugins { id 'com.android.application' id 'kotlin-android' // add kotlin-android-extensions id 'kotlin-android-extensions' } 回答1: In