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 a1a1838 commit 949280dCopy full SHA for 949280d
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.24"
+ val kotlinVersion = "1.9.23"
8
kotlin("jvm") version kotlinVersion
9
kotlin("plugin.serialization") version kotlinVersion
10
id("org.jetbrains.compose") version "1.6.2"
0 commit comments