Skip to content

Commit

Permalink
extract coroutinesVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushg committed Feb 17, 2022
1 parent f3322ff commit 66c11d2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions buildSrc/src/main/kotlin/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ object Dependencies {
}

object Kotlinx {
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0-native-mt"
const val coroutinesTest = "org.jetbrains.kotlinx:kotlinx-coroutines-test:1.6.0-native-mt"
private const val coroutinesVersion = "1.6.0-native-mt"
const val coroutinesCore = "org.jetbrains.kotlinx:kotlinx-coroutines-core:$coroutinesVersion"
const val coroutinesTest = "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion"
}
}

0 comments on commit 66c11d2

Please sign in to comment.