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 (
apply the below plugin in your app-level build.gradle.
apply plugin: 'kotlin-kapt'