This repository has been archived by the owner on Feb 11, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Gradle error with Kapt #199
Labels
Comments
Hi, can you also post the |
It looks like kapt uses We should be able to write test case for this too. The only problem is that this probably happens in newer versions of Kapt and that will require Gradle 5 upgrade. |
This is the
|
Ah yeah, we are using Gradle 5.6 |
tasomaniac
added a commit
that referenced
this issue
Nov 8, 2019
…ects. Added special configuration-only tests that also include kotlin projects even when the tool is Kotlin only.
tasomaniac
added a commit
that referenced
this issue
Nov 8, 2019
We were never dependant on that particular class and it seems like applying other plugins change the implementation class. Fixes #199
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We've observed a problem when running
gradle-static-analysis-plugin
alongsidekapt
:We have
@AutoValue
set up usingkts
like this:The problem is solved by removing
kotlin("kapt")
and changing thekapt
dependency toannotationProcessor
The text was updated successfully, but these errors were encountered: