-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Kotlin Multiplatform: Android/iOS/JS #323
Comments
Curious, has anyone assessed the effort involved in this? |
Multiplatform support should be possible. I already started an effort to support Desktop compose by moving out any Android references from the core module #321 I've successfully built a desktop compose app using the new core module and implementing a wrapper for KonfettiView and DrawShapes using that core module. If you want to play with it, all you need to do is import the new core module that I made available as a beta: It's basically a copy of what's inside the |
Any timeline on the support for Compose Multiplatform? Is there a way we could help? |
Hey @DanielMartinus, Here is my fork: Maybe we can find some synergies with your approach. Current state: Work in progress but tests & all samples are running :D |
Hi @nilsjr, how can I use your library? |
Hey @bmilovanovic, Still waiting for feedback |
Hi @nilsjr, I have tried that but when I try to publish an error pops up: |
@nilsjr Previous was error on the main branch. After I switched to |
@bmilovanovic Yeah I will take a look |
I was also not able to get your branch working in my project @nilsjr , had a similar issue as the one above. It would be great to have Multiplatform support, but it looks like @DanielMartinus is not really active anymore on this repository |
No description provided.
The text was updated successfully, but these errors were encountered: