Skip to content

Commit

Permalink
Compose Multiplatform 1.6.0-alpha01
Browse files Browse the repository at this point in the history
  • Loading branch information
joreilly committed Dec 6, 2023
1 parent ba4d531 commit 85da81c
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 74 deletions.
5 changes: 0 additions & 5 deletions compose-desktop/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,3 @@ dependencies {
application {
mainClass.set("MainKt")
}

compose {
kotlinCompilerPlugin.set(libs.versions.jbComposeCompiler)
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=${libs.versions.kotlin}")
}
19 changes: 0 additions & 19 deletions compose-web-wasm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,6 @@ kotlin {
browser {
commonWebpackConfig {
outputFileName = "peopleinspace.js"
devServer = (devServer ?: KotlinWebpackConfig.DevServer()).copy(
// open = mapOf(
// "app" to mapOf(
// "name" to "google chrome canary",
// "arguments" to listOf("--js-flags=--experimental-wasm-gc ")
// )
// ),
static = (devServer?.static ?: mutableListOf()).apply {
// Serve sources to debug inside browser
add(project.rootDir.path)
add(project.rootDir.path + "/common/")
add(project.rootDir.path + "/compose-web-wasm/")
},
)
}
}
binaries.executable()
Expand Down Expand Up @@ -58,8 +44,3 @@ kotlin {
compose.experimental {
web.application {}
}

compose {
kotlinCompilerPlugin.set(libs.versions.jbComposeCompiler)
kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=${libs.versions.kotlin}")
}
10 changes: 0 additions & 10 deletions compose-web-wasm/src/wasmJsMain/resources/load.mjs

This file was deleted.

7 changes: 0 additions & 7 deletions compose-web-wasm/webpack.config.d/boilerplate.js

This file was deleted.

31 changes: 0 additions & 31 deletions compose-web-wasm/webpack.config.d/cleanupSourcemap.js

This file was deleted.

4 changes: 3 additions & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ org.jetbrains.compose.experimental.uikit.enabled=true
kotlin.mpp.stability.nowarn=true
kotlin.mpp.androidSourceSetLayoutVersion=2

kotlin.experimental.tryK2=true
kotlin.experimental.tryK2=true

org.jetbrains.compose.experimental.wasm.enabled=true
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ androidxLifecycle = "2.6.2"
imageLoader = "1.7.1"
osmdroidAndroid = "6.1.17"

composeMultiplatform = "1.5.10-dev-wasm02"
composeMultiplatform = "1.6.0-alpha01"
accompanist = "0.32.0"
coilCompose = "2.5.0"
horologist = "0.5.10"
Expand Down

0 comments on commit 85da81c

Please sign in to comment.