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?
myanmarking
11/02/2023, 3:57 PM
rebuild and invalidate cache doesn’t work
j
juliocbcotta
11/02/2023, 3:59 PM
if you build with
--no-build-cache
does it is fixed ?
m
myanmarking
11/02/2023, 3:59 PM
yes. i need to disable the org.gradle.caching, build then re-enable