Vojtech Hrdina
06/28/2019, 12:12 PMsvyatoslav.scherbina
06/28/2019, 12:34 PM1. https://github.com/JetBrains/kotlin-native/issues/3094 - Warning will be ignored by default in 1.3.41 - How it will be fixed? Do we still need add -Xcc -Wno-swift-name-attribute in build settings?No, it shouldn’t be required since 1.3.41.
Is it possible build something like xcode-framework-core, xcode-framework-libA, xcode-framework-libB, xcode-framework-libC and import core+libA, lib… to iOS app? Or only one workaround is write gradle task to compile multiple source sets into one xcode-framwork?Currently you have to build two frameworks, once for appA including libA, and one for appB including libA, libB and libC.