Skip to content

Commit

Permalink
Merge pull request #137 from Vaibhav2002/feat/stable_kmp_and_compose_…
Browse files Browse the repository at this point in the history
…1.5.10

Fix: Added Support for Kotlin 1.9.20 and Compose Multiplatform 1.5.10
  • Loading branch information
MohamedRejeb authored Nov 17, 2023
2 parents 231a1e3 + a134a47 commit 313dda2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 1 addition & 5 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,4 @@ kotlin.js.compiler=ir
org.jetbrains.compose.experimental.jscanvas.enabled=true

#iOS
org.jetbrains.compose.experimental.uikit.enabled=true

#Native
kotlin.native.binary.memoryModel=experimental
kotlin.native.cacheKind=none
org.jetbrains.compose.experimental.uikit.enabled=true
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[versions]
agp = "8.0.2"
kotlin = "1.9.10"
compose = "1.5.1"
kotlin = "1.9.20"
compose = "1.5.10"
dokka = "1.9.0"

ksoup = "0.2.1"
Expand Down

0 comments on commit 313dda2

Please sign in to comment.