Hi all, Just updated to version 1.1.3 and now ha...
# android
a
Hi all, Just updated to version 1.1.3 and now have this compilation error report:
annotation @ActivityKey is missing a default value for the element 'value'
incompatible types: NonExistentClass cannot be converted to Annotation
java.lang.IllegalStateException: failed to analyze: org.jetbrains.kotlin.kapt3.diagnostic.KaptError: Error while annotation processing
Doesn’t work with Dagger 2 for me. Does anybody know what the problem?
o
@yan
p
Hi, I’m having an error after updating too:
Copy code
Error:Execution failed for task ':app:compileDebugJavaWithJavac'.
> kotlin.jvm.internal.FunctionReference.<init>(ILjava/lang/Object;)V
3
g
There is some another error in your project, please share full Gradle log
a
I removed
compileOptions.incremental = false
and run project clean. Now it works.