@@ -23,7 +23,7 @@ Create a project using the Kotlin Multiplatform wizard:
23
23
3 . Select the ** Web** option. Make sure that no other options are selected.
24
24
4 . Click the ** Download** button and unpack the resulting archive.
25
25
26
- ![ Kotlin Multiplatform wizard] ( wasm-compose-web-wizard.png ) {width=400}
26
+ ![ Kotlin Multiplatform wizard] ( wasm-compose-web-wizard.png ) {width=400}
27
27
28
28
## Open the project in IntelliJ IDEA
29
29
@@ -41,9 +41,9 @@ Create a project using the Kotlin Multiplatform wizard:
41
41
>
42
42
{style="note"}
43
43
44
- 2 . In ** composeApp ** | ** Tasks** | ** kotlin browser** , select and run the ** wasmJsBrowserDevelopmentRun** task.
44
+ 2 . In ** wasmdemo ** | ** Tasks** | ** kotlin browser** , select and run the ** wasmJsBrowserDevelopmentRun** task.
45
45
46
- ![ Run the Gradle task] ( wasm-gradle-task-window.png ) {width=600 }
46
+ ![ Run the Gradle task] ( wasm-gradle-task-window.png ) {width=400 }
47
47
48
48
Alternatively, you can run the following command in the terminal from the ` WasmDemo ` root directory:
49
49
@@ -72,9 +72,9 @@ Create a project using the Kotlin Multiplatform wizard:
72
72
73
73
## Generate artifacts
74
74
75
- In ** composeApp ** | ** Tasks** | ** kotlin browser** , select and run the ** wasmJsBrowserDistribution** task.
75
+ In ** wasmdemo ** | ** Tasks** | ** kotlin browser** , select and run the ** wasmJsBrowserDistribution** task.
76
76
77
- ![ Run the Gradle task] ( wasm-gradle-task-window-compose.png ) {width=600 }
77
+ ![ Run the Gradle task] ( wasm-gradle-task-window-compose.png ) {width=400 }
78
78
79
79
Alternatively, you can run the following command in the terminal from the ` WasmDemo ` root directory:
80
80
@@ -85,7 +85,7 @@ Alternatively, you can run the following command in the terminal from the `WasmD
85
85
Once the application task completes, you can find the generated artifacts in the ` composeApp/build/dist/wasmJs/productionExecutable `
86
86
directory:
87
87
88
- ![ Artifacts directory] ( wasm-composeapp-directory.png ) {width=600 }
88
+ ![ Artifacts directory] ( wasm-composeapp-directory.png ) {width=400 }
89
89
90
90
## Publish on GitHub pages
91
91
0 commit comments