android development could not find method kapt() code example
Example: > Could not find method kapt() for arguments
in the build.gradle app-level add:
apply plugin: 'kotlin-kapt'
OR:
plugins {
id 'kotlin-kapt'
}
in the build.gradle app-level add:
apply plugin: 'kotlin-kapt'
OR:
plugins {
id 'kotlin-kapt'
}