Plugin for IntelliJ Idea and Android Studio that allows to add popular Android libraries in one click.
You can add your favorite Android library in one click. The plugin will add dependency and in most cases will add boilerplate or example code.
Usage:
- Right click on the module name in the Project View
- In the dropdown menu click New...
- At the end of list click Android Library Agent
- Choose library to add
Or you can choose library in the quick list popup via keyboard shortcut: Ctrl + Shift + L.
Supported libraries:
- Retrofit
- Okhttp Logging Interceptor
- Gson
- Room
- DataStore
- Koin
- Hilt
- Dagger
- Timber
- RxJava
- Firebase
- Crashlytics
- Glide
- More libraries coming soon...