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
Laura Pučkoriūtė -
Vadym Yaroshchuk -
Mohammad Hossein Ilchi -
Marlon López -
Top comments (0)