whenever i delete AndroidEntryPoint or HiltViewMod...
# dagger
m
whenever i delete AndroidEntryPoint or HiltViewModel class and then recompile, the hilt ksp is complaining about that class missing, don’t seem to detekt i removed the class. Is there any workaround for this?
rebuild and invalidate cache doesn’t work
j
if you build with
--no-build-cache
does it is fixed ?
m
yes. i need to disable the org.gradle.caching, build then re-enable
j
it might be related to my issue https://github.com/google/dagger/issues/4110
👍 1