Join Slack
Powered by
This message was deleted.
# community-support
s
Slackbot
07/31/2022, 3:51 PM
This message was deleted.
c
Chris Lee
07/31/2022, 3:54 PM
Something like this may help for your dependency:
Copy code
"org.gradle.kotlin.kotlin-dsl:$expectedKotlinDslPluginsVersion"
j
Javi
07/31/2022, 3:59 PM
Problem is that dependency is updated by Renovate and I can apply my plugin in projects with different Gradle versions... Moving it to
compileOnly
can help?
c
Chris Lee
07/31/2022, 4:01 PM
Moving it to compileOnly means it won’t be exposed as a dependency, allowing (requiring) consuming projects to declare it themselves.
j
Javi
07/31/2022, 4:05 PM
yeah, it is a problem too
2
Views
Open in Slack
Previous
Next