I had this issue after upgrading Kotlin to 1.5.20.
Adding kapt.use.worker.api=false
in gradle.properties worked for me the problem
Checkout dagger issue Support for Kotlin 1.5.20
I had this issue after upgrading Kotlin to 1.5.20.
Adding kapt.use.worker.api=false
in gradle.properties worked for me the problem
Checkout dagger issue Support for Kotlin 1.5.20