File tree Expand file tree Collapse file tree 7 files changed +2
-53
lines changed Expand file tree Collapse file tree 7 files changed +2
-53
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,5 @@ To run the application on iPhone device/simulator:
24
24
- Or use [ Kotlin Multiplatform Mobile plugin] ( https://plugins.jetbrains.com/plugin/14936-kotlin-multiplatform-mobile ) for Android Studio
25
25
26
26
### Browser
27
- Run the browser application: ` ./gradlew :composeApp:jsBrowserDevelopmentRun `
27
+ Run the browser application: ` ./gradlew :composeApp:wasmJsBrowserRun `
28
28
Original file line number Diff line number Diff line change @@ -13,11 +13,6 @@ kotlin {
13
13
14
14
jvm()
15
15
16
- js {
17
- browser()
18
- binaries.executable()
19
- }
20
-
21
16
wasmJs {
22
17
browser()
23
18
binaries.executable()
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
# Gradle
2
- org.gradle.jvmargs =-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M "
2
+ org.gradle.jvmargs =-Xmx4G -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4G "
3
3
org.gradle.daemon =true
4
4
org.gradle.caching =true
5
5
org.gradle.configuration-cache =true
6
6
7
7
# Kotlin
8
8
kotlin.code.style =official
9
- kotlin.js.compiler =ir
10
-
11
- # Compose
12
- org.jetbrains.compose.experimental.jscanvas.enabled =true
13
9
14
10
# Android
15
11
android.useAndroidX =true
You can’t perform that action at this time.
0 commit comments