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 (
Check if you have this in top of your app build.gradle?
apply plugin: 'kotlin-kapt'