Libs is a collection of small libraries written in Kotlin, which help us don't write boilerplate code and solve routine tasks.
- Collections: Currently has only BiMap implementation
- Ktorm PostgreSQL: Some extensions for Ktorm PostgreSQL dialect.
- Toothpick File Properties: Toothpick module, for binding properties which saved in file.
- Toothpick ViewModel Extensions: Extension functions for inject ViewModel.
- Paycom SDK(Android, Backend): Paycom SDKs for Android and backend development.
Make sure you have jcenter()
in the repositories defined in your project's
(root) build.gradle
file (default for new Android Studio projects).
Here are all the artifacts of this library. Just use the ones you need. (Click to expand)
implementation("uz.dkamaloff.libs:collections:$libs_version")
implementation("uz.dkamaloff.libs:ktorm-postgresql:$libs_version")
implementation("uz.dkamaloff.libs:toothpick-file-properties:$libs_version")
implementation("uz.dkamaloff.libs:toothpick-viewmodel-ext:$libs_version")
implementation("uz.dkamaloff.libs:paycom-android:$libs_version")
implementation("uz.dkamaloff.libs:paycom-server:$libs_version")