🚀 Few extensions functions for Kotlin and Android
- A collection of Kotlin extensions I've used across projects
- Not a library
- All files are available here
If you're using some useful extension functions, add them here.
Here's how
- Open this project in Android Studio/IntelliJ IDEA
- All extensions are present in
extensions
module. Add/update files here. - Run
./scripts/jarvis
to updateflat-files
and generate docs. - Raise a PR.