Skip to content

Commit 9754957

Browse files
Update plugin org.jetbrains.compose to v1.7.3 (#92)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3979650 commit 9754957

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.10"
33
kotlin("jvm") version kotlinVersion
44
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion
5-
id("org.jetbrains.compose") version "1.7.1"
5+
id("org.jetbrains.compose") version "1.7.3"
66
}
77

88
group = "com.hoc.kotlin_playground"

0 commit comments

Comments
 (0)