A sanity check, using SKIE, if I am publishing a X...
# touchlab-tools
s
A sanity check, using SKIE, if I am publishing a XCFramework using an "umbrella" module which wraps and also publishes other modules, do I need SKIE applied on: • just on the modules that contain the source code • only on the umbrella module • both
f
Hi, you need to apply SKIE only in a module(s) that produces frameworks/xcframeworks, in other words the umbrella module
☝🏽 1
s
Well that explains why my setup was not working then hehe. In my mind, I thought of it kinda like applying the compose compiler plugin, which needs to be in each project which contains compose code. So here SKIE would be applied on each project which contains KMP code. No idea why I drew that parallel, I just did 😅 Thanks for the help!