We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b74991 commit baf03c9Copy full SHA for baf03c9
plugins/license-gather-plugin/build.gradle.kts
@@ -26,7 +26,7 @@ plugins {
26
27
dependencies {
28
// kotlinx-coroutines-core 1.10+ results in internal kotlinc error
29
- implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.9.0")
+ implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.10.2")
30
}
31
32
tasks {
0 commit comments