Skip to content

Commit 1930d7a

Browse files
committed
update compose
1 parent 38fe7dc commit 1930d7a

File tree

6 files changed

+24
-370
lines changed

6 files changed

+24
-370
lines changed

.junie/guidelines.md

Lines changed: 0 additions & 107 deletions
This file was deleted.

.junie/improve_task.md

Lines changed: 0 additions & 233 deletions
This file was deleted.

composeApp/build.gradle.kts

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,19 @@ kotlin {
3939
@OptIn(org.jetbrains.kotlin.gradle.ExperimentalWasmDsl::class)
4040
wasmJs {
4141
//outputModuleName = "composeApp"
42-
browser {
43-
val projectDirPath = project.projectDir.path
44-
commonWebpackConfig {
45-
outputFileName = "composeApp.js"
46-
devServer = (devServer ?: KotlinWebpackConfig.DevServer()).apply {
47-
static = (static ?: mutableListOf()).apply {
48-
// Serve sources to debug inside browser
49-
add(projectDirPath)
50-
}
51-
}
52-
}
53-
}
42+
browser()
43+
// browser {
44+
// val projectDirPath = project.projectDir.path
45+
// commonWebpackConfig {
46+
// outputFileName = "composeApp.js"
47+
// devServer = (devServer ?: KotlinWebpackConfig.DevServer()).apply {
48+
// static = (static ?: mutableListOf()).apply {
49+
// // Serve sources to debug inside browser
50+
// add(projectDirPath)
51+
// }
52+
// }
53+
// }
54+
// }
5455
binaries.executable()
5556
}
5657

0 commit comments

Comments
 (0)