Merge and cleanup version catalogs (#3103)

This commit is contained in:
AntsyLich
2026-03-20 21:15:40 +06:00
committed by GitHub
parent b58d2a5d4b
commit e930f38608
23 changed files with 283 additions and 326 deletions
+5 -6
View File
@@ -23,17 +23,16 @@ dependencies {
implementation(projects.sourceApi)
implementation(projects.core.common)
implementation(platform(kotlinx.coroutines.bom))
implementation(kotlinx.bundles.coroutines)
implementation(kotlinx.bundles.serialization)
implementation(libs.bundles.kotlinx.coroutines)
implementation(libs.bundles.serialization)
implementation(libs.unifile)
api(libs.sqldelight.android.paging)
api(libs.sqldelight.androidxPaging)
compileOnly(compose.runtime.annotation)
compileOnly(libs.androidx.compose.runtimeAnnotation)
testImplementation(libs.bundles.test)
testImplementation(kotlinx.coroutines.test)
testImplementation(libs.kotlinx.coroutines.test)
testRuntimeOnly(libs.junit.platform.launcher)
}