Hello! I noticed that there was some updates to th...
# kotlin-native
k
Hello! I noticed that there was some updates to the documentation enable bitcode in kotlin frameworks: https://github.com/JetBrains/kotlin-native/blob/master/FAQ.md#q-how-do-i-enable-bitcode-for-my-kotlin-framework I was trying to implement this in on of the kotlin examples (mmp-iOS-Android) with kotlin plugin version is: 1.3.0-rc-190-Studio3.2-1 and I get the warning the following warning:
warning: flag is not supported by this version of the compiler: -Xembed-bitcode
and the generated frameworks do not contain bitcode. I was wondering what I'm doing wrong and how can I necessarily update the version of the compiler?
o
native included in rc-190 does not support this flag, please wait for release that has such a feature
k
thanks for letting me! (just relieved I wasn't doing something completely wrong)