DanielMartinus / Konfetti

Celebrate more with this lightweight confetti particle system 🎊
ISC License
3.13k stars 299 forks source link

Migrate core module to jvm only module #321

Closed DanielMartinus closed 8 months ago

DanielMartinus commented 8 months ago

In order to support desktop compose, the core module needs to be jvm only. This PR supports the migration of removing all android references in the core module.

In order to Support the new CoreImage, ReferenceImage and ImageDrawable objects every module needed to update their DrawShapes functionality.

Other changes