This message was deleted.
# community-support
s
This message was deleted.
m
Context is this issue but with
buildSrc
involved so I can't just force `id("org.jetbrains.kotlin.plugin.sam.with.receiver") version "<kotlin_version>"`and I'm looking into the opposite way of pulling
kotlin-dsl
in buildSrc so that all the dependency resolution happens together
v
org.gradle.kotlin.kotlin-dsl
Not sure how that is related to that issue, but those are the plugin coordinates 🙂
m
Sorry, I meant including the version so that it updates at the same time as the Gradle version
I want to put all dependencies in
buildSrc/build.gradle.kts
v
The
kotlin-dsl
version is hard-coded in the Gradle code afair. If you have a Kotlin DSL script where you apply
kotlin-dsl
and Ctrl+Click it, you land at the accessor code that also shows the version
👍 1
It's somewhat working but it's fragile as the
kotlin-dsl
version has to be tracked when updating Gradle
It's
2.4.1
in
7.6
but certainly something else in
8.0