This message was deleted.
# community-support
s
This message was deleted.
1
f
This is a technical release. It doesn’t contain any fixes that aren’t included in Kotlin 1.7.21.
Version 1.7.22 of the Kotlin plugin will not be available for downloading or installing in any IDEs.
https://github.com/JetBrains/kotlin/releases/tag/v1.7.22
j
Sure, but this doesn’t mean I shouldn’t be able to use it, right?
v
Maybe this one?
tapchicoma [10:49 Uhr]
Those who see variant selection issue on using KotlinGradlePlugin +
kotlin-dsl
plugins after updating to Gradle 7.6 should also add
id("org.jetbrains.kotlin.plugin.sam.with.receiver") version "<kotlin_version>"
into
plugins { .. }
block. Related issue that should be fixed in Kotlin 1.8.20 release.
f
What @Vampire posted would also be my next best guess.
Version 1.7.22 of the Kotlin plugin will not be available for downloading or installing in any IDEs.
I interpreted this sentence as “not being available for downloading” as a general statement, but now that I read it again it could also just mean for IDEs and nothing else.
j
Indeed, this additional plugin did the job. Thank you!
👌 1
f
It’s sad that almost no project out there has a proper platform setup. Only Jackson comes to mind, and they are not even using Gradle. 😄