is there a way to consume Kotlin Native on iOS, wi...
# kotlin-native
t
is there a way to consume Kotlin Native on iOS, without having to disable bitcode?
o
Use
-Xembed-bitcode
, maybe
t
where would I put this? in the gradle export file? if so, in what part?