We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d7a9f commit 6177491Copy full SHA for 6177491
.changelog/v2.1.0-0.10.2.md
@@ -0,0 +1 @@
1
+Kotlin version: `v2.1.0`
buildSrc/src/main/kotlin/IProject.kt
@@ -11,7 +11,7 @@ object IProject : ProjectDetail() {
11
12
// Remember the libs.versions.toml!
13
val ktVersion = "2.1.0"
14
- val pluginVersion = "0.10.1"
+ val pluginVersion = "0.10.2"
15
16
override val version: String = "$ktVersion-$pluginVersion"
17
0 commit comments