Missing `apply plugin: 'kotlin-kapt'` for kotlin version
wuseal opened this issue · 0 comments
wuseal commented
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: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
apply plugin: 'kotlin-kapt'