refactor: module structure (#329)

This commit is contained in:
Diego Beraldin 2023-12-20 00:45:20 +01:00 committed by GitHub
parent 020f322fa6
commit 788deac8a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
713 changed files with 779 additions and 622 deletions

View File

@ -57,6 +57,6 @@ dependencies {
implementation(libs.coil.gif)
implementation(projects.shared)
implementation(projects.coreUtils)
implementation(projects.coreNavigation)
implementation(projects.core.utils)
implementation(projects.core.navigation)
}

View File

@ -36,7 +36,7 @@ kotlin {
implementation(libs.ktor.contentnegotiation)
implementation(libs.ktor.json)
implementation(libs.ktor.logging)
implementation(projects.coreUtils)
implementation(projects.core.utils)
}
}
val commonTest by getting {

Some files were not shown because too many files have changed in this diff Show More