JS-spezifische Module und Dateien entfernt, Multiplattform-Targets korrigiert
Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
This commit is contained in:
@@ -17,24 +17,27 @@ dependencies {
|
||||
// This list must be maintained manually.
|
||||
|
||||
// --- CONTRACTS ---
|
||||
implementation(project(":contracts:ping-api"))
|
||||
implementation(projects.contracts.pingApi)
|
||||
|
||||
// --- CORE ---
|
||||
implementation(project(":core:core-domain"))
|
||||
implementation(project(":core:core-utils"))
|
||||
implementation(projects.core.coreDomain)
|
||||
implementation(projects.core.coreUtils)
|
||||
|
||||
// --- BACKEND ---
|
||||
implementation(project(":backend:services:ping:ping-service"))
|
||||
implementation(projects.backend.services.ping.pingService)
|
||||
|
||||
// --- FRONTEND ---
|
||||
implementation(project(":frontend:features:ping-feature"))
|
||||
implementation(project(":frontend:core:auth"))
|
||||
implementation(project(":frontend:core:domain"))
|
||||
implementation(project(":frontend:core:design-system"))
|
||||
implementation(project(":frontend:core:navigation"))
|
||||
implementation(project(":frontend:core:network"))
|
||||
implementation(project(":frontend:core:local-db"))
|
||||
implementation(project(":frontend:core:sync"))
|
||||
implementation(project(":frontend:shells:meldestelle-desktop"))
|
||||
implementation(project(":frontend:features:zns-import-feature"))
|
||||
implementation(projects.frontend.features.pingFeature)
|
||||
implementation(projects.frontend.features.znsImportFeature)
|
||||
|
||||
implementation(projects.frontend.core.auth)
|
||||
implementation(projects.frontend.core.domain)
|
||||
implementation(projects.frontend.core.designSystem)
|
||||
implementation(projects.frontend.core.navigation)
|
||||
implementation(projects.frontend.core.network)
|
||||
implementation(projects.frontend.core.localDb)
|
||||
implementation(projects.frontend.core.sync)
|
||||
|
||||
implementation(projects.frontend.shells.meldestelleDesktop)
|
||||
implementation(projects.frontend.shells.meldestelleWeb)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user