Skip to content

Commit

Permalink
fix linking error by upgrading to kotlin 1.9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
jmfayard committed Dec 23, 2023
1 parent 40b93a3 commit 3db0021
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ fun KotlinNativeTargetWithHostTests.configureTarget() =
binaries { executable { entryPoint = "main" } }

kotlin {

macosX64 { configureTarget() }
mingwX64 { configureTarget() }
linuxX64 { configureTarget() }
Expand Down Expand Up @@ -118,6 +117,7 @@ kotlin {
arrayOf("macosX64", "linuxX64", "mingwX64").forEach { targetName ->
getByName("${targetName}Main").dependsOn(nativeMain)
getByName("${targetName}Test").dependsOn(nativeTest)

}
getByName("jsMain") {
dependencies {
Expand Down
3 changes: 1 addition & 2 deletions versions.properties
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ version.com.github.ajalt.mordant..mordant=2.2.0
version.junit=5.10.1

version.junit.jupiter=5.10.1

version.kotlin=1.9.0
version.kotlin=1.9.10

version.kotlinx.coroutines=1.7.3

Expand Down

0 comments on commit 3db0021

Please sign in to comment.