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
Might be something changed in Gradle 7, because I thought this was
handled for 6.
Thanks for the report, will take a look.
On August 30, 2021, GitHub ***@***.***> wrote:
Build scan link
N/A
Plugin version
0.77.0
Gradle version
7.2
(Optional) Android Gradle Plugin (AGP) version
N/A
Describe the bug
In gradle plugin projects, gradle intrinsic deps are shown as null.
plugins { `kotlin-dsl` } dependencies { compileOnly(gradleApi()) }
Results in this advice to add
api("Gradle Kotlin DSL:null") api("Gradle TestKit:null") api("Gradle
API:null")
To Reproduce
See above
Expected behavior
Probably not worth mentioning in advice?
Additional context
I wonder if you could provide a reproducer? I'm confused why the plugin would tell you to add TestKit as an api dep. Also, there's special handling for deps declared as compileOnly, so I'm also wondering why that doesn't seem to be working.
Feel free to drop me a line in slack if that's simpler.
Build scan link
N/A
Plugin version
0.77.0
Gradle version
7.2
(Optional) Android Gradle Plugin (AGP) version
N/A
Describe the bug
In gradle plugin projects, gradle intrinsic deps are shown as null.
plugins { `kotlin-dsl` } dependencies { compileOnly(gradleApi()) }
Results in this advice to add
To Reproduce
See above
Expected behavior
Probably not worth mentioning in advice?
Additional context
The text was updated successfully, but these errors were encountered: