Hi :wave: quick question, I would like to setup Rive in my app, I have setup a kmp module called cor...
a
Hi šŸ‘‹ quick question, I would like to setup Rive in my app, I have setup a kmp module called core:rive that has a expect/actual for the Rive component. This core:rive module lives outside the app project like this:
Copy code
root/
ā”œā”€ā”€ core/
│   └── Rive/
ā”œā”€ā”€ myApp/
    ā”œā”€ā”€ androidApp/
    ā”œā”€ā”€ shared/
    └── iosApp/
How can i setup Rive iOS in the core:rive and use it in iosMain? core:rive does not have an iosApp