alphicc / Brick

🧱 Brick - Multiplatform navigation library for Compose.
MIT License
55 stars 1 forks source link

Question: Does this work with Compose Multiplatform (all targets, iOS, Android, Desktop, Web)? #14

Open algoflows opened 1 year ago

algoflows commented 1 year ago

Hey there amazing project, I had a question that's not clear in the documentation...

Question: Does this work with Compose Multiplatform (all targets, iOS, Android, Desktop, Web)?

Can I use Brick in the shared.commonMain() folder to setup my multiplatform routes for all targets in App()?

alphicc commented 1 year ago

Hi, at the moment the implementation is only for desktop and android platforms. I have plans to expand the list of platforms, but currently experiencing difficulties with testing. However, I am open to merge requests)