Merged Components can only be created for specific targets #95
Open
Description
Currently, the extension function to create the merged component is only generated for the most-specific targets (at the deepest level used by the KSP compiler, e.g. iosX64, macosArm64, ...).
For common platforms (common, native, ...), creating the component needs to be done by manually adding an expect creator as well as the concrete (actual) implementation for each specific platforms.
It would be great if Kimchi would be able to generate the expect/actual functions for this use case.