Skip to content

Commit 1dc579e

Browse files
Update plugin org.jetbrains.compose to v1.8.1
1 parent 59edb0c commit 1dc579e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ plugins {
22
val kotlinVersion = "2.1.21"
33
kotlin("jvm") version kotlinVersion
44
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion
5-
id("org.jetbrains.compose") version "1.7.3"
5+
id("org.jetbrains.compose") version "1.8.1"
66
}
77

88
group = "com.hoc.kotlin_playground"

0 commit comments

Comments
 (0)