Skip to content

Commit 0cf344c

Browse files
committed
Update kotlin and ksp
1 parent 926c623 commit 0cf344c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
2-
id("org.jetbrains.kotlin.jvm") version "2.1.10"
3-
id("org.jetbrains.kotlin.plugin.allopen") version "2.1.10"
4-
id("com.google.devtools.ksp") version "2.1.10-1.0.31"
2+
id("org.jetbrains.kotlin.jvm") version "2.1.20"
3+
id("org.jetbrains.kotlin.plugin.allopen") version "2.1.20"
4+
id("com.google.devtools.ksp") version "2.1.20-1.0.31"
55
id("com.github.johnrengelman.shadow") version "8.1.1"
66
id("io.micronaut.application") version "4.5.0"
77
id("io.micronaut.aot") version "4.5.0"

0 commit comments

Comments
 (0)