Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Kotlin Multiplatform: Android/iOS/JS #323

Open
mkpazon opened this issue Jan 3, 2024 · 3 comments
Open

Support for Kotlin Multiplatform: Android/iOS/JS #323

mkpazon opened this issue Jan 3, 2024 · 3 comments

Comments

@mkpazon
Copy link

mkpazon commented Jan 3, 2024

No description provided.

@mkpazon mkpazon changed the title Any plans to support Kotlin Multiplatform? Android/iOS/JS Support for Kotlin Multiplatform: Android/iOS/JS Jan 3, 2024
@creativedrewy
Copy link

Curious, has anyone assessed the effort involved in this?

@DanielMartinus
Copy link
Owner

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: implementation("nl.dionsegijn:konfetti-core:2.1.0-beta01")

It's basically a copy of what's inside the xml or compose module here but then using the api's of that platform.

@bmilovanovic
Copy link

Any timeline on the support for Compose Multiplatform? Is there a way we could help?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants