Open eygraber opened 1 month ago
Can you try the latest version?
Same behavior. I also don't get any IncorrectConfiguration failures when changing the artifacts that should be implementation
to api
.
Do you have a reproducer?
Not shareable. I'll try to make an MRE when I have some free time.
Running
./gradlew buildHealth
yields:I then add them, but use
implementation
for all of them, then run./gradlew buildHealth
again, and it passes.Here is the output of
reason
before adding the dependencies:And here's the output after adding them all as
implementation
:Plugin version 2.1.1
Gradle version 8.10.2
JDK version 22
Kotlin and Kotlin Gradle Plugin (KGP) version 2.0.20
Android Gradle Plugin (AGP) version 8.7.0