It's working

leminhduc1202 - Sep 1 '21 - - Dev Community

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

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .