:mega: 1.3.50-EAP2 is available! The build number ...
# eap
n
đź“Ł 1.3.50-EAP2 is available! The build number is
1.3.50-eap-54
and it’s available in the
kotlin-eap
Bintray repository and EAP IDE plugin channel. What’s new: https://github.com/JetBrains/kotlin/releases/tag/v1.3.50-eap-54 How to get it: https://discuss.kotlinlang.org/t/kotlin-1-3-50-early-access-preview/13525
🎉 13
s
Diff from last EAP, anyone? I'm on mobile
âž• 1
g
Updating Kotlin/Native to 1.3.50-eap-54 doesn’t work, what am I missing? Shouldn’t kotlin and Kotlin/Native gradle plugins both be on the same version? I can’t see an eap version of Kotlin/Native in https://bintray.com/jetbrains/kotlin-native-dependencies/kotlin-native-gradle-plugin, any idea?
l
@galex I'd try to use the Kotlin multiplatform gradle plugin for Kotlin Native. It has documentation here: https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html
g
@louiscad Indeed I was importing that plugin but it seems I do not need it as I am using kmp
How do I check that a Framework has bitcode?
It is not enabled by default, had to add
embedBitcode("bitcode")
and now otool shows me __LLVM segments, yay!