Skip to content

Commit

Permalink
- update to compose 1.6.2
Browse files Browse the repository at this point in the history
- update to compose-multiplatform 1.6.0
  • Loading branch information
mikepenz committed Feb 28, 2024
1 parent 40d7a41 commit e2bdd1e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 21 deletions.
10 changes: 0 additions & 10 deletions app-wasm/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,6 @@ plugins {
id("com.mikepenz.aboutlibraries.plugin")
}

// val copyWasmResources = tasks.create("copyWasmResourcesWorkaround", Copy::class.java) {
// from(project(":shared").file("src/commonMain/resources"))
// into("build/processedResources/wasm/main")
// }
//
// afterEvaluate {
// project.tasks.getByName("wasmProcessResources").finalizedBy(copyWasmResources)
// }

kotlin {
@OptIn(ExperimentalWasmDsl::class)
wasmJs {
Expand Down Expand Up @@ -56,5 +47,4 @@ compose.experimental {

compose {
kotlinCompilerPlugin.set(libs.versions.composeCompilerJb.get())
// kotlinCompilerPluginArgs.add("suppressKotlinVersionCompatibilityCheck=${libs.versions.kotlinCore.get()}")
}
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ kotlinCoroutines = { require = "1.8.0" }
kotlinxSerialization = "1.6.3"
kotlinxCollections = "0.3.7"
# compose
compose = "1.6.1"
composeUi = "1.6.1" # foundation / material
composeCompiler = "1.5.9"
composejb = "1.6.0-rc02"
compose = "1.6.2"
composeUi = "1.6.2" # foundation / material
composeCompiler = "1.5.10"
composejb = "1.6.0"
composeCompilerJb = "1.5.8"
# androidx
activity = "1.8.2"
cardview = "1.0.0"
constraintLayout = "2.1.4"
core = "1.12.0"
lifecycle = { require = "2.7.0" }
navigation = "2.7.6"
navigation = "2.7.7"
recyclerView = "1.3.2"
# google
material = "1.11.0"
# other
accompanist = "0.32.0"
accompanist = "0.34.0"
fastAdapter = "5.7.0"
gradleMvnPublish = "0.25.3"
iconics = "5.4.0"
Expand Down
Binary file removed plugin-build/wrapper/gradle-wrapper.jar
Binary file not shown.
5 changes: 0 additions & 5 deletions plugin-build/wrapper/gradle-wrapper.properties

This file was deleted.

0 comments on commit e2bdd1e

Please sign in to comment.