Move dependencies into a single file so it's easier to copy

This commit is contained in:
Gergely Hegedus 2022-04-12 12:53:51 +03:00
parent d7f0ca8ccf
commit f35fe810e0
5 changed files with 152 additions and 52 deletions

View file

@ -20,15 +20,7 @@ dependencies {
api project(":model")
implementation project(":network")
testImplementation "io.insert-koin:koin-test-junit5:$koin_version"
testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutines_version"
testImplementation "org.mockito.kotlin:mockito-kotlin:$testing_kotlin_mockito_version"
testImplementation "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
testImplementation "app.cash.turbine:turbine:$turbine_version"
testImplementation "org.junit.jupiter:junit-jupiter-params:$testing_junit5_version"
applyCoreTestDependenciesTo(this)
testImplementation project(':mockserver')
testFixturesApi testFixtures(project(':network'))