Skip to content

Commit b2251cf

Browse files
committed
Add kotlinx coroutines version mapping for 2025.3
1 parent 89a7b4f commit b2251cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

kotlinResolution.settings.gradle.kts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ dependencyResolutionManagement {
1414
"1.10.1-intellij-5"
1515
}
1616

17+
"2025.3" -> {
18+
"1.10.1-intellij-5"
19+
}
20+
1721
else -> { error("not set") }
1822
}
1923

0 commit comments

Comments
 (0)