Could any help me take a look on this issue, pls? ...
# android
k
Could any help me take a look on this issue, pls?
Copy code
Error:Execution failed for task ':app:kaptDebugKotlin'.
> Internal compiler error. See log for more details
I’m using AS 3.0, dagger 2.11
r
it doesn't say much. provide more details so someone could help
k
That’s issue occur when I was trying build project (assembledebug) . I haven’t found any solution for that yet.
l
this usually happens when your Dagger module/component has something wrong and kapt fails to generate the Dagger classes
probably you are providing something twice or in a way that dagger is not expecting
k
I see. Let me check my code. Thank both of you.
u
usually there is a concrete error message in the
Gradle Console
window