DEV Community

leminhduc1202
leminhduc1202

Posted on

It's working

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.

https://stackoverflow.com/a/54011046/15936306

Top comments (0)