Skip to content

Commit 72c749e

Browse files
committed
Add iOS target
1 parent da47e54 commit 72c749e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following [Kotlin Multiplatform Targets](https://www.jetbrains.com/help/kotl
4242
|| Android | SDK 21+ |
4343
|| JVM | JDK 11+ |
4444
|| Native | Linux x64 |
45+
|| iOS | x64, Arm64, SimulatorArm64 |
4546
|| Native | [Other native targets](https://kotlinlang.org/docs/native-target-support.html) |
4647
|| Javascript (Node.js) | |
4748
|| Javascript (Browser) | |

kotlin-sdk/build.gradle.kts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ kotlin {
4040
}
4141
}
4242
linuxX64 {}
43+
iosX64()
44+
iosArm64()
45+
iosSimulatorArm64()
4346
js {
4447
nodejs {}
4548
browser {

0 commit comments

Comments
 (0)