Mark
09/27/2020, 4:57 AMViewModel
class, I get bizarre “error: cannot find symbol” compilation errors (in corresponding generated java class for ViewModel) where the only way forward is to do a clean build, and then everything compiles as expected. Is there some gradle setting I can tweak to avoid this?
Execution failed for task ':mymodule:kaptDebugKotlin'.
> A failure occurred while executing org.jetbrains.kotlin.gradle.internal.KaptExecution
> java.lang.reflect.InvocationTargetException (no error message)
Mark
09/29/2020, 11:05 AMViewModel
classes, pretty much any class when I change any function or property signature.