Recently builds on Linux "magically" didn't run io...
# multiplatform
a
Recently builds on Linux "magically" didn't run ios/mac targets with a little warning. But they were defined so during a publish, the ios/mac metadata was not wiped out. Suddenly linux is trying to build ios/mac targets. Does anyone know how to go back to the old behavior either by downgrading something (what?) or hopefully via some kind of configuration?
a
Thanks! This project has a significant amount of cinterop and also I definitely want to test. So I tried:
kotlin.native.enableKlibsCrossCompilation=false
and it appears to fall back to the prior behavior.