This message was deleted.
# community-support
s
This message was deleted.
c
Something like this may help for your dependency:
Copy code
"org.gradle.kotlin.kotlin-dsl:$expectedKotlinDslPluginsVersion"
j
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
Moving it to compileOnly means it won’t be exposed as a dependency, allowing (requiring) consuming projects to declare it themselves.
j
yeah, it is a problem too