moxy-community / Moxy

Moxy is MVP library for Android with incremental annotation processor and ktx features
MIT License
324 stars 33 forks source link

Kapt issue #129

Closed pavelpoley closed 3 years ago

pavelpoley commented 3 years ago

Not sure where the problem come from, but I have described the issue here: https://stackoverflow.com/questions/66941602/kapt-dependency-issue

alaershov commented 3 years ago

If you're using Kotlin, you should use kapt instead of annotationProcessor. If not, you don't need the kapt plugin.

pavelpoley commented 3 years ago

I have removed annotationProcessor, added kapt "com.github.moxy-community:moxy-compiler:$moxyVersion", cleaned, unfortunately same issue in runtime.

alaershov commented 3 years ago

Unfortunately "dagger stops compile" is not enough to investigate the issue, please provide a sample project to reproduce it.