You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the newest beta, I get this error when trying to compile. However I'm not using anything that's compileOnly and there's no direct reference to com.squareup.anvil:annotations (I'm just pulling it implicitly using the setup instructions)
The following Android dependencies are set to compileOnly which is not supported:
-> com.squareup.anvil:annotations:2.5.0-beta07
Can you give details about your project? What versions are you using for Kotlin, Gradle, and AGP? A reproducer project would be helpful if you can manage it.
On the newest beta, I get this error when trying to compile. However I'm not using anything that's
compileOnly
and there's no direct reference tocom.squareup.anvil:annotations
(I'm just pulling it implicitly using the setup instructions)Edit: e6a8d35#diff-96f123065134ce8c42eb48a194b9192d209908528cd943b6f966576a736d1423R145 this looks like a change from the beta 🤔
(FWIW I'm trying to update from Dagger 2.4.9 to 2.5.0 beta 7)
The text was updated successfully, but these errors were encountered: