Brian
01/07/2019, 3:02 PM-Xembed-bitcode
actually supported as stated in the FAQs?
With the Kotlin Gradle plugin v1.3.10 I still get a warning, suggesting that the bitcode is not embedded.
This was asked earlier: https://kotlinlang.slack.com/archives/C3SGXARS6/p1540494962000100olonho
01/07/2019, 6:47 PMBrian
01/08/2019, 7:22 AMBrian
01/08/2019, 12:05 PMotool
) that the resulting “project” module has indeed bitcode embedded. What I’m still unsure about, is the bitcode from the “core” module also included?svyatoslav.scherbina
01/09/2019, 8:55 AMWhat I’m still unsure about, is the bitcode from the “core” module also included?Yes.
-Xembed-bitcode
option is supposed to be used for compilation of final native binary, such as executable or framework.Brian
01/09/2019, 8:57 AMsvyatoslav.scherbina
01/09/2019, 8:59 AMBrian
01/09/2019, 9:00 AMsvyatoslav.scherbina
01/09/2019, 9:05 AM