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?
            Asked
            
        
        
            Active
            
        
            Viewed 75 times
        
    1
            
            
        2 Answers
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
 
- 
                    Thx. I will try. – bngel Oct 26 '20 at 14:21
 - 
                    I found that Android studio delete the templates folder in new version 4.1. – bngel Oct 26 '20 at 14:39
 - 
                    it may be the reason why it cannot use the plugin automatically – bngel Oct 26 '20 at 14:40
 
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