Open wuseal opened 6 years ago
Missing add apply plugin: 'kotlin-kapt' code into Gradle for kotlin version Now it won't add apply plugin: 'kotlin-kapt' code ,And then I paste much time to find that was missing the code. It would be greate for generating code like this:
apply plugin: 'kotlin-kapt'
apply plugin: 'com.android.application' apply plugin: 'kotlin-android' apply plugin: 'kotlin-android-extensions' apply plugin: 'kotlin-kapt'
Missing add
apply plugin: 'kotlin-kapt'
code into Gradle for kotlin version Now it won't addapply plugin: 'kotlin-kapt'
code ,And then I paste much time to find that was missing the code. It would be greate for generating code like this: