Skip to content

Commit

Permalink
[4.0.4] Back to KMP 1.9.20
Browse files Browse the repository at this point in the history
  • Loading branch information
g0dkar committed Nov 10, 2023
1 parent 09c13c8 commit 4729332
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val javaVersion = JavaVersion.VERSION_17
val javaVersionNumber = javaVersion.majorVersion.toInt()

kotlin {
//applyDefaultHierarchyTemplate()
applyDefaultHierarchyTemplate()

jvm {
jvmToolchain(javaVersionNumber)
Expand All @@ -57,8 +57,7 @@ kotlin {
}
}

android {
// androidTarget {
androidTarget {
jvmToolchain(javaVersionNumber)
publishLibraryVariants("release")
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.0.3
version=4.0.4
kotlin.code.style=official

# JS
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
kotlin = "1.8.22"
kotlin = "1.9.20"
coroutines = "1.8.21"
dokka = "1.9.10"
kotest = "5.8.0"
Expand Down

0 comments on commit 4729332

Please sign in to comment.