Before diving into the installation process, you’ll need a GitHub personal token to access the library hosted on GitHub Packages. Don’t worry, it’s easy!
😅 1
Kirill Grouchnikov
08/20/2023, 4:12 AM
Why isn’t this published on Central?
☝️ 1
s
Stylianos Gakis
08/20/2023, 6:51 AM
From reading the article itself, the API looks quite similar (not identical though) to the accompanist one. What was it that wasn't convenient for you in that one which prompted you to create this library? Just curious what you'd lose/gain by using this instead in your opinion.
➕ 1
j
Jian Astreeo
08/20/2023, 12:43 PM
@Kirill Grouchnikov Will do 😅
Jian Astreeo
08/20/2023, 2:46 PM
@Stylianos Gakis
1. Mine has a smaller footprint than the accompanist library. This library is only 1.08% of the accompanist library. Even when you minify your build, it's still smaller than the accompanist library. (see attached images)
2. Though, eventually, accompanist will be part of the official jetpack compose library in the future. Mine is not as experimental as it is now, so, future updates on my library will not break usages of the code.
Jian Astreeo
08/23/2023, 12:12 PM
@Kirill Grouchnikov, Just added the library to maven central. Thanks for the suggestion!