Skip to content

Commit

Permalink
resolve dependency conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Apr 10, 2022
1 parent 26ad425 commit ae190a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ val dependencyVersions = listOf(
"org.jetbrains.kotlin:kotlin-stdlib:1.6.20",
"org.jetbrains.kotlin:kotlin-stdlib-common:1.6.20",
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1"
"org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-debug:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.6.1",
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.1"
)

val dependencyGroupVersions = mapOf(
Expand Down

0 comments on commit ae190a5

Please sign in to comment.