Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1.57 KB

README.md

File metadata and controls

40 lines (31 loc) · 1.57 KB

Libs (working title)

Libs is a collection of small libraries written in Kotlin, which help us don't write boilerplate code and solve routine tasks.

All modules

Download

Gradle instructions

Make sure you have jcenter() in the repositories defined in your project's (root) build.gradle file (default for new Android Studio projects).

All artifacts

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")