mirror of https://github.com/readrops/Readrops.git
Fix CI
This commit is contained in:
parent
4b80cfd1c1
commit
a2e2c04142
|
@ -33,7 +33,10 @@ dependencies {
|
||||||
|
|
||||||
implementation(platform(libs.koin.bom))
|
implementation(platform(libs.koin.bom))
|
||||||
implementation(libs.bundles.koin)
|
implementation(libs.bundles.koin)
|
||||||
androidTestImplementation(libs.bundles.kointest)
|
//testImplementation(libs.bundles.kointest)
|
||||||
|
// I don't know why but those dependencies are unreachable when accessed directly from version catalog
|
||||||
|
testImplementation("io.insert-koin:koin-test:${libs.versions.koin.bom.get()}")
|
||||||
|
testImplementation("io.insert-koin:koin-test-junit4:${libs.versions.koin.bom.get()}")
|
||||||
|
|
||||||
implementation(libs.konsumexml)
|
implementation(libs.konsumexml)
|
||||||
implementation(libs.kotlinxmlbuilder)
|
implementation(libs.kotlinxmlbuilder)
|
||||||
|
|
|
@ -44,7 +44,10 @@ dependencies {
|
||||||
|
|
||||||
implementation(platform(libs.koin.bom))
|
implementation(platform(libs.koin.bom))
|
||||||
implementation(libs.bundles.koin)
|
implementation(libs.bundles.koin)
|
||||||
androidTestImplementation(libs.bundles.kointest)
|
//androidTestImplementation(libs.bundles.kointest)
|
||||||
|
// I don't know why but those dependencies are unreachable when accessed directly from version catalog
|
||||||
|
androidTestImplementation("io.insert-koin:koin-test:${libs.versions.koin.bom.get()}")
|
||||||
|
androidTestImplementation("io.insert-koin:koin-test-junit4:${libs.versions.koin.bom.get()}")
|
||||||
|
|
||||||
implementation(libs.bundles.coroutines)
|
implementation(libs.bundles.coroutines)
|
||||||
androidTestImplementation(libs.coroutines.test)
|
androidTestImplementation(libs.coroutines.test)
|
||||||
|
|
Loading…
Reference in New Issue