File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ buildscript {
1313 jUnitVersion = ' 4.13.2'
1414 robolectricVersion = " 4.11.1"
1515 mockkVersion = ' 1.13.10'
16+ androidxCoreTestingVersion = ' 1.5.0'
1617 turbineVersion = ' 1.0.0'
1718 spotlessVersion = ' 6.25.0'
1819 koverVersion = " 0.5.1"
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ dependencies {
5757
5858 // Testing
5959 testImplementation " junit:junit:$jUnitVersion "
60+ testImplementation " androidx.test:core:$androidxCoreTestingVersion "
6061 testImplementation(" org.robolectric:robolectric:$robolectricVersion " )
6162 testImplementation " org.jetbrains.kotlinx:kotlinx-coroutines-test:$coroutinesVersion "
6263 testImplementation " app.cash.turbine:turbine:$turbineVersion "
You can’t perform that action at this time.
0 commit comments