https://kotlinlang.org logo
#dagger
Title
# dagger
m

myanmarking

11/02/2023, 3:56 PM
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

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
j

juliocbcotta

11/02/2023, 4:00 PM
it might be related to my issue https://github.com/google/dagger/issues/4110
👍 1
2 Views