dambakk
10/08/2020, 8:47 AM// Revert to just ios() when gradle plugin can properly resolve it
for adding the ios source set. Applying your “workaround” fixed my unresolved reference issues in iosMain. Do you know when the plugin will be fixed, or a ticket for the plugin I can follow the progress?streetsofboston
10/08/2020, 11:59 AMios()
config call in the official KMM Plugin as well. Compilation/building works fine when it is callrd, but it causes red-lines (errors) in the IDE.kpgalligan
10/08/2020, 1:46 PMstreetsofboston
10/08/2020, 2:19 PMrusshwolf
10/08/2020, 2:24 PMkpgalligan
10/08/2020, 2:25 PMrusshwolf
10/08/2020, 2:34 PMios()
builder since it creates a shared ios source between x64 and arm64. There's also a compatibility flag for libraries so they don't break consumers who don't have any of the flags.