Skip to content

Commit

Permalink
misc: set up resolves-conflict-dependencies for K2 upgrade (#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
lauzadis authored Jul 10, 2024
1 parent 3a33466 commit 52adfac
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 @@ -63,10 +63,14 @@
],
"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 52adfac

Please sign in to comment.