Skip to content

Commit 4226f1a

Browse files
authored
fix: update resolves-conflict-dependencies according to GK scan (#1365)
1 parent acddcfb commit 4226f1a

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.brazil.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"dependencies": {
33
"org.jetbrains.kotlin:kotlin-stdlib:1.9.*": "KotlinStdlib-1.9.x",
4-
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": "KotlinxCoroutinesCoreJvm-1.7.x"
4+
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": "KotlinxCoroutinesCoreJvm-1.7.x",
5+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.*": "KotlinxCoroutinesCore-1.7.x"
56
},
67
"packageHandlingRules": {
78
"versioning": {
@@ -17,11 +18,11 @@
1718
"org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [
1819
"KotlinStdlib-1.9.x"
1920
],
21+
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.*": [
22+
"KotlinxCoroutinesCoreJvm-1.7.x"
23+
],
2024
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
2125
"KotlinxCoroutinesCoreJvm-1.7.x",
22-
"KotlinStdlibCommon-1.9.x",
23-
"KotlinStdlibJdk8-1.9.x",
24-
"KotlinStdlibJdk7-1.9.x",
2526
"KotlinStdlib-1.9.x"
2627
]
2728
}

0 commit comments

Comments
 (0)