Slackbot
12/27/2022, 12:45 PMMartin
12/27/2022, 12:48 PMbuildSrc
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 togetherVampire
12/27/2022, 3:19 PMorg.gradle.kotlin.kotlin-dsl
Vampire
12/27/2022, 3:20 PMMartin
12/27/2022, 3:23 PMMartin
12/27/2022, 3:24 PMbuildSrc/build.gradle.kts
Vampire
12/27/2022, 3:25 PMkotlin-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 versionMartin
12/27/2022, 3:34 PMMartin
12/27/2022, 3:34 PMkotlin-dsl
version has to be tracked when updating GradleMartin
12/27/2022, 3:35 PM2.4.1
in 7.6
but certainly something else in 8.0