Skip to content

Commit 4132a4a

Browse files
committed
Updated KSP to stable
1 parent 5be283f commit 4132a4a

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
@@ -11,7 +11,7 @@ plugins {
1111
// Kotlin version must match compose version
1212
kotlin("jvm") version "2.1.10"
1313
kotlin("plugin.serialization") version "2.1.10"
14-
id("com.google.devtools.ksp") version "2.1.10-RC2-1.0.29"
14+
id("com.google.devtools.ksp") version "2.1.10-1.0.29"
1515
id("org.jetbrains.compose") version "1.7.3"
1616
id("org.jetbrains.kotlin.plugin.compose") version "2.0.20"
1717
}

0 commit comments

Comments
 (0)