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 (
Add this in your build.gradle then sync the gradle again.
apply plugin: 'kotlin-kapt'