If you are using Kotlin, try applying the following plugin to your app build.gradle file:
apply plugin: 'kotlin-kapt'
Clean your project and build it again. This solved the issue for me.
If you are using Kotlin, try applying the following plugin to your app build.gradle file:
apply plugin: 'kotlin-kapt'
Clean your project and build it again. This solved the issue for me.
For further actions, you may consider blocking this person and/or reporting abuse
Hirak Parekh -
tripleo -
Tech Guru -
scheeseb -
Top comments (0)