-
Notifications
You must be signed in to change notification settings - Fork 214
Description
Is your feature request related to a problem? Please describe.
I have a project that uses a Kotlin Native iOS SImulator target (iosSimulatorArm64). As Store5 doesn't target this, it can't be used with projects that target the iOS simulator.
Describe the solution you'd like
I think that adding the iosSimulatorArm64() target to Store (next to iosArm64() and iosX64()) would solve this, but as I'm pretty new to multiplatform maybe there's a reason behind not having this enabled (yet)?
Describe alternatives you've considered
I cloned the repository locally and added to the 3 main gradle modules (cache, multicast & store) the iOS simulator target, which seemed to at least compile fine, but I wasn't sure about the implications this has as I'm pretty new to Kotlin multiplatform.