Update core tests to the coroutines tests 1.6.0
This commit is contained in:
parent
b35467fcba
commit
3c80744f6d
13 changed files with 272 additions and 240 deletions
|
|
@ -11,7 +11,7 @@ java {
|
|||
|
||||
compileKotlin {
|
||||
kotlinOptions {
|
||||
freeCompilerArgs += "-Xopt-in=kotlin.RequiresOptIn"
|
||||
freeCompilerArgs += ['-Xuse-experimental=kotlinx.coroutines.ExperimentalCoroutinesApi']
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -38,4 +38,5 @@ dependencies {
|
|||
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$testing_junit5_version"
|
||||
kaptTest "com.google.dagger:dagger-compiler:$hilt_version"
|
||||
testImplementation "com.squareup.retrofit2:retrofit:$retrofit_version"
|
||||
testImplementation "app.cash.turbine:turbine:$turbine_version"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue