Hi :wave: quick question, I would like to setup Ri...
# multiplatform
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