1

Since I have uninstalled my Android Studio once, it cannot add the kotlin-android-extensions automatically. I have to add it every time I create the project. How can I default to using it?

Axifive
  • 1,159
  • 2
  • 19
  • 31
bngel
  • 13
  • 2

2 Answers2

0

I think what you can do is to modify the project template from Android Studio. Look at this SO post to see where it's stored and how to modify it: Android Studio create project template for new projects

Mariusz Brona
  • 1,549
  • 10
  • 12
0

Better not to use kotlin-android-extensions it will be depricated in Kotlin 1.4.20 and after that removed.

i30mb1
  • 3,894
  • 3
  • 18
  • 34