They have a lot of them listed in documentation he...
# multiplatform
d
They have a lot of them listed in documentation here: http://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#supported-platforms I think all of the native ones are based on the
name
property of the
KonanTarget
(with a little translation from underscores to camelCase): https://github.com/JetBrains/kotlin-native-shared/blob/master/src/main/kotlin/org/jetbrains/kotlin/konan/target/KonanTarget.kt#L45