Sharing a command line tool I built recently using Kotlin kts to analyze aar/jar info - Jentry
Can execute to check exposed api is correctly.
Hope you'll like it!
https://github.com/Jintin/Jentry
not kotlin but kotlin colored 1
l
LeoColman
10/16/2024, 11:05 AM
I suggest posting it in #C0BJ0GTE2 instead. This doesn't seem android specific although compatible
✅ 1
j
Jintin
10/16/2024, 11:18 AM
Then should I delete this here?
btw, it's written in Kotlin and leverage on kotlin kts XD
f
Frank Bouwens
10/16/2024, 11:23 AM
Thanks for sharing! 😄 🎉
☝️ 1
l
LeoColman
10/16/2024, 11:34 AM
I think so, yes. It belongs in Feed much more than in Android.
I don't believe it's forbidden and it isn't spam, so if you want to keep it here I would say - without any type of authority - it's fine
LeoColman
10/16/2024, 11:35 AM
The feed channel is much more appropriate for "Hey! I want to share this kotlin resource with the rest of the community!"
💯 1
j
Jintin
10/16/2024, 11:47 AM
Thanks for your sharing the channel.
I'll keep it as I still think it's relevant, Android developer should not just build app, we can build library with jar/aar format as well. Where proguard is dangerous and this tool can give you the sneak peek of the public api you exposed.