ddk9499 / libs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Kotlin 100.0%