Skip to content

Commit 443252b

Browse files
committed
correct kotlin version for 252
1 parent 49abf79 commit 443252b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/kotlin/software/aws/toolkits/gradle/BuildScriptUtils.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ fun Project.kotlinTarget(): Provider<String> = withCurrentProfileName {
3131
"2024.2" -> KotlinVersionEnum.KOTLIN_1_9
3232
"2024.3" -> KotlinVersionEnum.KOTLIN_2_0
3333
"2025.1" -> KotlinVersionEnum.KOTLIN_2_1
34-
"2025.2" -> KotlinVersionEnum.KOTLIN_2_2
34+
"2025.2" -> KotlinVersionEnum.KOTLIN_2_1
3535
else -> error("not set")
3636
}.version
3737
}

0 commit comments

Comments
 (0)