Skip to content

Commit 82f85ea

Browse files
committed
Configure Kotlin 2.1 and coroutines for 2025.3
1 parent cbab7cb commit 82f85ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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
@@ -29,7 +29,7 @@ fun Project.jvmTarget(): Provider<JavaVersion> = withCurrentProfileName {
2929
fun Project.kotlinTarget(): Provider<String> = withCurrentProfileName {
3030
when (it) {
3131
"2024.3" -> KotlinVersionEnum.KOTLIN_2_0
32-
"2025.1", "2025.2" -> KotlinVersionEnum.KOTLIN_2_1
32+
"2025.1", "2025.2", "2025.3" -> KotlinVersionEnum.KOTLIN_2_1
3333
else -> error("not set")
3434
}.version
3535
}

kotlinResolution.settings.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencyResolutionManagement {
1010
"1.8.0-intellij-11"
1111
}
1212

13-
"2025.2" -> {
13+
"2025.2", "2025.3" -> {
1414
"1.10.1-intellij-5"
1515
}
1616

0 commit comments

Comments
 (0)