mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-08 19:38:39 +01:00
refactor: module structure (#329)
This commit is contained in:
parent
020f322fa6
commit
788deac8a5
@ -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)
|
||||
}
|
||||
|
@ -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
Loading…
x
Reference in New Issue
Block a user