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 3979650 commit 9754957Copy full SHA for 9754957
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
val kotlinVersion = "2.1.10"
3
kotlin("jvm") version kotlinVersion
4
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion
5
- id("org.jetbrains.compose") version "1.7.1"
+ id("org.jetbrains.compose") version "1.7.3"
6
}
7
8
group = "com.hoc.kotlin_playground"
0 commit comments