DanielMartinus / Konfetti

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

no access to nl.dionsegijn.konfetti.core methods #284

Closed GhislainVerrier closed 2 years ago

GhislainVerrier commented 2 years ago

Hello,

with "implementation 'nl.dionsegijn:konfetti-xml:2.0.0'" I am able to import nl.dionsegijn.konfetti.xml.KonfettiView in java file but no methods from nl.dionsegijn.konfetti.core.xxx

Am I doing something wrong? Or is there an extra implementation in Gradle for .core. functions?

Ghislain

DanielMartinus commented 2 years ago

@GhislainVerrier you're absolutely right. I made a mistake exposing core correctly from the xml library. I expect to have a release first thing tomorrow. Thanks for reporting the issue

DanielMartinus commented 2 years ago

@GhislainVerrier I just released version 2.0.1 and it now exposes the core classes. I was able to reproduce the issue with a clean sample project and the new version fixes it.

More details about the release can be found here: https://github.com/DanielMartinus/Konfetti/releases