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