Skip to content

Commit a3ffe27

Browse files
authored
Merge pull request #72 from hoc081098/renovate/kotlinversion
Update kotlinVersion to v2.0.20
2 parents a2893e6 + 850c5fa commit a3ffe27

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
@@ -1,7 +1,7 @@
11
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
22

33
plugins {
4-
val kotlinVersion = "2.0.0"
4+
val kotlinVersion = "2.0.20"
55
kotlin("jvm") version kotlinVersion
66
id("org.jetbrains.compose") version "1.6.10"
77
id("org.jetbrains.kotlin.plugin.compose") version kotlinVersion

0 commit comments

Comments
 (0)