Join Slack
Powered by
is there a way to consume Kotlin Native on iOS, wi...
# kotlin-native
t
toomanyeduardos
01/08/2019, 6:53 PM
is there a way to consume Kotlin Native on iOS, without having to disable bitcode?
o
olonho
01/08/2019, 7:14 PM
Use
-Xembed-bitcode
, maybe
t
toomanyeduardos
01/09/2019, 1:50 AM
where would I put this? in the gradle export file? if so, in what part?
o
olonho
01/09/2019, 4:48 AM
https://github.com/JetBrains/kotlin-native/blob/master/FAQ.md#q-how-do-i-enable-bitcode-for-my-kotlin-framework
2
Views
Open in Slack
Previous
Next