Skip to content

Commit 9c5f8f3

Browse files
committed
Set up resolves-conflict-dependencies for K2 upgrade
1 parent 3a33466 commit 9c5f8f3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.brazil.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,14 @@
6363
],
6464
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
6565
"KotlinStdlibCommon-1.9.x",
66-
"KotlinStdlibJdk8-1.9.x"
66+
"KotlinStdlibJdk8-1.9.x",
67+
"KotlinxCoroutinesCoreJvm-1.7.x"
6768
],
6869
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [
6970
"KotlinStdlibJdk8-1.9.x"
71+
],
72+
"org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [
73+
"KotlinStdlib-1.9.x"
7074
]
7175
}
7276
}

0 commit comments

Comments
 (0)