Skip to content

Commit

Permalink
Add linuxArm64 target (#42)
Browse files Browse the repository at this point in the history
* Support for ARM64 platform is added to the project

* Support for ARM64 platform is added to the project: rollback unnecessary versions update.
  • Loading branch information
svok authored Sep 26, 2023
1 parent 4384776 commit 13d3fe4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ The following targets are currently supported:
- watchosArm64
- watchosSimulatorArm64
- linuxX64
- linuxArm64
- mingwX64

## Download
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ private fun KotlinMultiplatformExtension.configureTargets(project: Project) {
withWatchosArm64()
withWatchosSimulatorArm64()
withLinuxX64()
withLinuxArm64()
withMingwX64()
}
}
Expand Down Expand Up @@ -194,6 +195,7 @@ private fun KotlinMultiplatformExtension.configureTargets(project: Project) {
watchosArm64()
watchosSimulatorArm64()
linuxX64()
linuxArm64()
mingwX64()
}
}
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ mavenPublish = "0.25.3"
coroutines = "1.7.2"
atomicfu = "0.21.0"
lincheck = "2.17"
statelyIso = "1.2.5"
statelyIso = "2.0.4"

[libraries]
plugin-kotlin = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit 13d3fe4

Please sign in to comment.