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 75179c7 commit da190aaCopy full SHA for da190aa
.brazil.json
@@ -22,10 +22,14 @@
22
"resolvesConflictDependencies": {
23
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
24
"KotlinStdlibCommon-1.9.x",
25
- "KotlinStdlibJdk8-1.9.x"
+ "KotlinStdlibJdk8-1.9.x",
26
+ "KotlinxCoroutinesCoreJvm-1.7.x"
27
],
28
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [
29
"KotlinStdlibJdk8-1.9.x"
30
+ ],
31
+ "org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [
32
+ "KotlinStdlib-1.9.x"
33
]
34
}
35
0 commit comments