-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when adding module annotation and build project error shown #2845
Comments
I create repo showing the error |
That error is usually an indicator that the annotation processor crashed, to see the full error use the Then you'll see the full error:
Anyway, this is an issue with Kotlin 1.5.0 and it was fixed in Dagger 2.34, specifically you are hitting #2511. I see the sample project is using 2.27, please update your Dagger version. |
`Execution failed for task ':app:kaptDebugKotlin'.
Run with --stacktrace option to get the stack trace. Run with --scan to get full insights.`
The text was updated successfully, but these errors were encountered: