Skip to content

Commit

Permalink
misc: set up resolves-conflict-dependencies for K2 upgrade (#1355)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Jul 10, 2024
1 parent 75179c7 commit da190aa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .brazil.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,14 @@
"resolvesConflictDependencies": {
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.*": [
"KotlinStdlibCommon-1.9.x",
"KotlinStdlibJdk8-1.9.x"
"KotlinStdlibJdk8-1.9.x",
"KotlinxCoroutinesCoreJvm-1.7.x"
],
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.*": [
"KotlinStdlibJdk8-1.9.x"
],
"org.jetbrains.kotlin:kotlin-stdlib:1.9.*": [
"KotlinStdlib-1.9.x"
]
}
}
Expand Down

0 comments on commit da190aa

Please sign in to comment.