Skip to content

Merged Components can only be created for specific targets #95

Open
@bwalter089

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.

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions