File tree Expand file tree Collapse file tree 4 files changed +65
-65
lines changed Expand file tree Collapse file tree 4 files changed +65
-65
lines changed Original file line number Diff line number Diff line change @@ -54,4 +54,4 @@ include(":androidApp")
5454include(" :ui-components" )
5555include(" :ui-components-gallery" )
5656include(" :shared" )
57- include(" :backend" )
57+ // include(":backend")
Original file line number Diff line number Diff line change @@ -30,39 +30,39 @@ kotlin {
3030 }
3131 }
3232
33- jvm()
34-
35- @OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl ::class )
36- wasmJs {
37- binaries.executable()
38- browser {
39- val projectDir = project.projectDir.path
40- val rootDir = project.rootDir.path
41- commonWebpackConfig {
42- outputFileName = " kotlinconf-app.js"
43- }
44- }
45- }
46-
47- js {
48- binaries.executable()
49- browser {
50- commonWebpackConfig {
51- outputFileName = " kotlinconf-app.js"
52- }
53- }
54- }
55-
56- listOf (
57- iosX64(),
58- iosArm64(),
59- iosSimulatorArm64()
60- ).forEach {
61- it.binaries.framework {
62- baseName = " shared"
63- isStatic = true
64- }
65- }
33+ // jvm()
34+ //
35+ // @OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
36+ // wasmJs {
37+ // binaries.executable()
38+ // browser {
39+ // val projectDir = project.projectDir.path
40+ // val rootDir = project.rootDir.path
41+ // commonWebpackConfig {
42+ // outputFileName = "kotlinconf-app.js"
43+ // }
44+ // }
45+ // }
46+ //
47+ // js {
48+ // binaries.executable()
49+ // browser {
50+ // commonWebpackConfig {
51+ // outputFileName = "kotlinconf-app.js"
52+ // }
53+ // }
54+ // }
55+ //
56+ // listOf(
57+ // iosX64(),
58+ // iosArm64(),
59+ // iosSimulatorArm64()
60+ // ).forEach {
61+ // it.binaries.framework {
62+ // baseName = "shared"
63+ // isStatic = true
64+ // }
65+ // }
6666
6767 applyDefaultHierarchyTemplate()
6868
Original file line number Diff line number Diff line change @@ -12,24 +12,24 @@ plugins {
1212kotlin {
1313 androidTarget()
1414
15- jvm()
16-
17- iosX64()
18- iosArm64()
19- iosSimulatorArm64()
20-
21- @OptIn(ExperimentalWasmDsl ::class )
22- wasmJs {
23- binaries.executable()
24- browser {
25- commonWebpackConfig {
26- outputFileName = " kotlinconf-app-gallery.js"
27- }
28- }
29- }
30- js {
31- browser()
32- }
15+ // jvm()
16+ //
17+ // iosX64()
18+ // iosArm64()
19+ // iosSimulatorArm64()
20+ //
21+ // @OptIn(ExperimentalWasmDsl::class)
22+ // wasmJs {
23+ // binaries.executable()
24+ // browser {
25+ // commonWebpackConfig {
26+ // outputFileName = "kotlinconf-app-gallery.js"
27+ // }
28+ // }
29+ // }
30+ // js {
31+ // browser()
32+ // }
3333
3434 sourceSets {
3535 commonMain.dependencies {
Original file line number Diff line number Diff line change @@ -17,19 +17,19 @@ kotlin {
1717
1818 androidTarget()
1919
20- jvm()
21-
22- iosX64()
23- iosArm64()
24- iosSimulatorArm64()
25-
26- @OptIn(ExperimentalWasmDsl ::class )
27- wasmJs {
28- browser()
29- }
30- js {
31- browser()
32- }
20+ // jvm()
21+ //
22+ // iosX64()
23+ // iosArm64()
24+ // iosSimulatorArm64()
25+ //
26+ // @OptIn(ExperimentalWasmDsl::class)
27+ // wasmJs {
28+ // browser()
29+ // }
30+ // js {
31+ // browser()
32+ // }
3333
3434 sourceSets {
3535 commonMain.dependencies {
You can’t perform that action at this time.
0 commit comments