Skip to content

Commit

Permalink
Update project
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbel committed Nov 18, 2024
1 parent 190b3be commit 614f139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
16 changes: 2 additions & 14 deletions core/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,10 @@ kotlin {
iosArm64()
iosSimulatorArm64()
js {
moduleName = "composeApp"
browser {
commonWebpackConfig {
outputFileName = "composeApp.js"
}
}
binaries.executable()
browser {}
}
wasmJs {
moduleName = "composeApp"
browser {
commonWebpackConfig {
outputFileName = "composeApp.js"
}
}
binaries.executable()
browser {}
}

sourceSets {
Expand Down
1 change: 1 addition & 0 deletions feature/main-impl-web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ kotlin {

sourceSets {
commonMain.dependencies {
api(project(":core:common"))
api(libs.bundles.jetbrains.androidx.navigation.compose.common)
api(libs.bundles.koin.common)
implementation(compose.material3)
Expand Down

0 comments on commit 614f139

Please sign in to comment.