We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da47e54 commit 72c749eCopy full SHA for 72c749e
README.md
@@ -42,6 +42,7 @@ The following [Kotlin Multiplatform Targets](https://www.jetbrains.com/help/kotl
42
| ✅ | Android | SDK 21+ |
43
| ✅ | JVM | JDK 11+ |
44
| ✅ | Native | Linux x64 |
45
+| ✅ | iOS | x64, Arm64, SimulatorArm64 |
46
| ❌ | Native | [Other native targets](https://kotlinlang.org/docs/native-target-support.html) |
47
| ✅ | Javascript (Node.js) | |
48
| ✅ | Javascript (Browser) | |
kotlin-sdk/build.gradle.kts
@@ -40,6 +40,9 @@ kotlin {
40
}
41
linuxX64 {}
+ iosX64()
+ iosArm64()
+ iosSimulatorArm64()
js {
nodejs {}
browser {
0 commit comments