chore: migriere billing-feature Modul auf Module Structure Blueprint, setze group und version, füge wasmJsMain Dependency hinzu

This commit is contained in:
2026-04-19 16:59:10 +02:00
parent c8655bfc7f
commit cef579f91b
2 changed files with 36 additions and 1 deletions
@@ -12,7 +12,7 @@ plugins {
alias(libs.plugins.kotlinSerialization)
}
group = "at.mocode.clients"
group = "at.mocode.frontend.features"
version = "1.0.0"
kotlin {
@@ -26,6 +26,7 @@ kotlin {
}
}
}
sourceSets {
commonMain.dependencies {
implementation(projects.frontend.core.designSystem)
@@ -55,5 +56,9 @@ kotlin {
jvmMain.dependencies {
implementation(compose.uiTooling)
}
wasmJsMain.dependencies {
implementation(libs.kotlin.stdlib.wasm.js)
}
}
}