Move more implementation to data module (#8971)

This commit is contained in:
Andreas
2023-01-22 17:44:39 +01:00
committed by GitHub
parent d45fc1e245
commit aee785a8bb
11 changed files with 14 additions and 13 deletions

View File

@ -22,6 +22,7 @@ android {
dependencies {
implementation(project(":source-api"))
implementation(project(":domain"))
implementation(project(":core"))
api(libs.sqldelight.android.driver)
api(libs.sqldelight.coroutines)
api(libs.sqldelight.android.paging)