Skip to content

Commit

Permalink
Merge branch 'main' into renovate/kotlin
Browse files Browse the repository at this point in the history
  • Loading branch information
jordond authored Mar 26, 2024
2 parents 9c70f04 + 51e9704 commit 8509e3c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/kmm/shared/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

kotlin {
targetHierarchy.default()
applyDefaultHierarchyTemplate()

androidTarget()
jvm("desktop")
Expand Down
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ kotlin.mpp.androidSourceSetLayoutVersion=2
# Compose
org.jetbrains.compose.experimental.uikit.enabled=true
org.jetbrains.compose.experimental.jscanvas.enabled=true
org.jetbrains.compose.experimental.wasm.enabled=true

# Maven
SONATYPE_HOST=S01
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ androidx-test-ext-junit = "1.1.5"
espresso-core = "3.5.1"
lifecycle-runtime-ktx = "2.7.0"
activity-compose = "1.8.2"
compose-plugin = "1.5.12"
compose-plugin = "1.6.1"
compose-bom = "2024.03.00"
compose-compiler = "1.5.4"
appcompat = "1.6.1"
Expand Down

0 comments on commit 8509e3c

Please sign in to comment.