We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cb1679 commit 3d06998Copy full SHA for 3d06998
build.gradle.kts
@@ -4,7 +4,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
4
import java.io.ByteArrayOutputStream
5
6
plugins {
7
- val kotlinVersion = "1.9.23"
+ val kotlinVersion = "2.0.0"
8
kotlin("jvm") version kotlinVersion
9
kotlin("plugin.serialization") version kotlinVersion
10
id("org.jetbrains.compose") version "1.6.2"
0 commit comments