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
RockAndNull -
Chibueze felix -
Amit Kumar -
Arnab Chatterjee -
Top comments (0)