wip departures + refactor
This commit is contained in:
parent
b31067992d
commit
41f3523a5a
43 changed files with 596 additions and 204 deletions
|
|
@ -41,7 +41,9 @@ kotlin {
|
|||
|
||||
sourceSets {
|
||||
androidMain.dependencies {
|
||||
implementation(libs.compose.ui.tooling.preview)
|
||||
implementation(libs.play.services.location)
|
||||
implementation(projects.ui.shared)
|
||||
}
|
||||
commonMain.dependencies {
|
||||
implementation(libs.compose.components.resources)
|
||||
|
|
@ -68,7 +70,8 @@ kotlin {
|
|||
implementation(libs.ui.backhandler)
|
||||
|
||||
implementation(projects.core)
|
||||
implementation(projects.core.data.client)
|
||||
implementation(projects.core.data)
|
||||
implementation(projects.core.stoptime)
|
||||
implementation(projects.ui.maps)
|
||||
implementation(projects.ui.shared)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue