Skip to content

Commit fe8fc81

Browse files
fix(deps): update dependency org.jetbrains.kotlin:kotlin-gradle-plugin to v2.1.20
1 parent 26c1351 commit fe8fc81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import org.jetbrains.kotlin.gradle.tasks.KotlinCompile
1313

1414
buildscript {
1515
ext {
16-
kotlinVersion = '2.0.0'
16+
kotlinVersion = '2.1.20'
1717
commonsVersion = '2.3.5'
1818
}
1919
repositories {

0 commit comments

Comments
 (0)