Gradle DSL method not found: \'kapt()\' Possible causes: The project \'jetpacklearn\' may be using a version of the Android Gradle plug-in that does not contain the method (
just add this line in your app-level of build.grale :
apply plugin: 'kotlin-kapt'
NOTE: under apply plugin: 'com.android.application'
apply plugin: 'com.android.application'