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 5b42d4e commit 7770504Copy full SHA for 7770504
build.gradle.kts
@@ -1,7 +1,7 @@
1
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
2
3
plugins {
4
- val kotlinVersion = "2.0.0"
+ val kotlinVersion = "2.0.10"
5
kotlin("jvm") version kotlinVersion
6
id("org.jetbrains.compose") version "1.6.10"
7
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion
0 commit comments