Skip to content

Commit

Permalink
Append '-wa' suffix to wasm module names
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartosdev committed Apr 4, 2024
1 parent 18e5750 commit dd1295d
Show file tree
Hide file tree
Showing 38 changed files with 38 additions and 38 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-experimental-cards-commons"
moduleName = "appyx-components-experimental-cards-commons-wa"
browser()
}
iosX64()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-experimental-promoter-commons"
moduleName = "appyx-components-experimental-promoter-commons-wa"
browser()
}
iosX64()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-experimental-puzzle15-commons"
moduleName = "appyx-components-experimental-puzzle15-commons-wa"
browser()
}
sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-experimental-puzzle15-web"
moduleName = "appyx-components-experimental-puzzle15-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-internal-testdrive-common"
moduleName = "appyx-components-internal-testdrive-common-wa"
browser()
}
sourceSets {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-stable-backstack-commons"
moduleName = "appyx-components-stable-backstack-commons-wa"
browser()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-components-stable-spotlight-commons"
moduleName = "appyx-components-stable-spotlight-commons-wa"
browser()
}

Expand Down
2 changes: 1 addition & 1 deletion appyx-interactions/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-interactions-common"
moduleName = "appyx-interactions-common-wa"
browser()
}

Expand Down
2 changes: 1 addition & 1 deletion appyx-navigation/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
}
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-navigation-common"
moduleName = "appyx-navigation-common-wa"
browser()
}

Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-interactions/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-interactions-web"
moduleName = "appyx-demos-interactions-web-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-navigation/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "demo-appyx-navigation-common"
moduleName = "demo-appyx-navigation-common-wa"
browser()
}
iosX64()
Expand Down
2 changes: 1 addition & 1 deletion demos/appyx-navigation/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-navigation-web"
moduleName = "appyx-demos-navigation-web-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion demos/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-demos-commons"
moduleName = "appyx-demos-commons-wa"
browser()
}
iosX64()
Expand Down
2 changes: 1 addition & 1 deletion demos/image-loader/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-navigation-imageloader"
moduleName = "appyx-navigation-imageloader-wa"
browser()
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-backstack-fader-web"
moduleName = "appyx-demos-backstack-fader-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-backstack-parallax-web"
moduleName = "appyx-demos-backstack-parallax-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-backstack-slider-web"
moduleName = "appyx-demos-backstack-slider-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-backstack-stack3d-web"
moduleName = "appyx-demos-backstack-stack3d-web-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion demos/mkdocs/appyx-components/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "demos-mkdocs-appyx-components-common"
moduleName = "demos-mkdocs-appyx-components-common-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-experimental-datingcards-web"
moduleName = "appyx-demos-experimental-datingcards-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-experimental-puzzle15-web"
moduleName = "appyx-demos-experimental-puzzle15-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-spotlight-fader-web"
moduleName = "appyx-components-spotlight-fader-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-spotlight-slider-web"
moduleName = "appyx-components-spotlight-slider-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-spotlight-slider-rotation-web"
moduleName = "appyx-components-spotlight-slider-rotation-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-spotlight-slider-scale-web"
moduleName = "appyx-components-spotlight-slider-scale-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-components-spotlight-stack3d-web"
moduleName = "appyx-components-spotlight-stack3d-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-gestures-dragpredication-web"
moduleName = "appyx-interactions-gestures-dragpredication-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-gestures-incompletedrag-web"
moduleName = "appyx-interactions-gestures-incompletedrag-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-observemp-web"
moduleName = "appyx-interactions-observemp-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-sample1-web"
moduleName = "appyx-interactions-sample1-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-sample2-web"
moduleName = "appyx-interactions-sample2-web-wa"
browser()
binaries.executable()
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-interactions-sample3-web"
moduleName = "appyx-interactions-sample3-web-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion demos/mkdocs/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "demos-mkdocs-common"
moduleName = "demos-mkdocs-common-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion demos/sandbox-appyx-navigation/common/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "demo-sandbox-appyx-navigation-common"
moduleName = "demo-sandbox-appyx-navigation-common-wa"
browser()
}
iosX64()
Expand Down
2 changes: 1 addition & 1 deletion demos/sandbox-appyx-navigation/web/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kotlin {
}
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
moduleName = "appyx-demos-sandbox-navigation-web"
moduleName = "appyx-demos-sandbox-navigation-web-wa"
browser()
binaries.executable()
}
Expand Down
2 changes: 1 addition & 1 deletion utils/customisations/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-utils-customisation"
moduleName = "appyx-utils-customisation-wa"
browser()
}
iosX64()
Expand Down
2 changes: 1 addition & 1 deletion utils/material3/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-utils-material3"
moduleName = "appyx-utils-material3-wa"
browser()
}
iosX64()
Expand Down
2 changes: 1 addition & 1 deletion utils/multiplatform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
// Adding moduleName as a workaround for this issue: https://youtrack.jetbrains.com/issue/KT-51942
moduleName = "appyx-utils-multiplatform"
moduleName = "appyx-utils-multiplatform-wa"
browser()
}
iosX64()
Expand Down

0 comments on commit dd1295d

Please sign in to comment.