Open xenoterracide opened 1 month ago
I see the same thing with Kotlin-reflect, although the advice here is to make it runtime only. The problem is that if I do that, I get compiler warnings.
Please test the latest version, there have been a lot of changes/fixes around this lately.
Build scan link
https://gradle.com/s/532wov7wlgtsg
Plugin version
2.1.1
Gradle version
Describe the bug
That library has usages, it's used on
package
and inmodule-info
(yes, I know on the latter not supported)To Reproduce Steps to reproduce the behavior:
speculatively, a library is used only with annotations that are annotating a
package-info
classExpected behavior
no error. implementation is the correct scope.
Additional context
wasn't reported in 1.x