Skip to content

Lightweight library with a set of small Kotlin and Android extensions for a better development experience.

License

Notifications You must be signed in to change notification settings

vladleesi/kutilicious

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
vladleesi
Apr 5, 2024
2a2a6bf · Apr 5, 2024

History

63 Commits
Apr 5, 2024
Jul 29, 2023
Jun 5, 2023
Jul 28, 2023
Jul 28, 2023
Jan 5, 2024
Apr 5, 2024
Jul 28, 2023
May 26, 2023
May 26, 2023
Jul 26, 2023
Jul 26, 2023
May 26, 2023
Apr 5, 2024
Jun 5, 2023
Jan 5, 2024
May 25, 2022
May 25, 2022
Apr 5, 2024
Jul 28, 2023

Repository files navigation

/$$                   /$$     /$$ /$$ /$$           /$$                              
| $$                  | $$    |__/| $$|__/          |__/                              
| $$   /$$ /$$   /$$ /$$$$$$   /$$| $$ /$$  /$$$$$$$ /$$  /$$$$$$  /$$   /$$  /$$$$$$$
| $$  /$$/| $$  | $$|_  $$_/  | $$| $$| $$ /$$_____/| $$ /$$__  $$| $$  | $$ /$$_____/
| $$$$$$/ | $$  | $$  | $$    | $$| $$| $$| $$      | $$| $$  \ $$| $$  | $$|  $$$$$$ 
| $$_  $$ | $$  | $$  | $$ /$$| $$| $$| $$| $$      | $$| $$  | $$| $$  | $$ \____  $$
| $$ \  $$|  $$$$$$/  |  $$$$/| $$| $$| $$|  $$$$$$$| $$|  $$$$$$/|  $$$$$$/ /$$$$$$$/
|__/  \__/ \______/    \___/  |__/|__/|__/ \_______/|__/ \______/  \______/ |_______/

License: MIT MavenCentral

Small Kotlin and Android extensions for a better development experience.

Setup

// build.gradle

repositories {
    mavenCentral()
}

dependencies {
    implementation 'dev.vladleesi.kutilicious:base:0.9.0'
    implementation 'dev.vladleesi.kutilicious:android-preferences:0.9.0'
    implementation 'dev.vladleesi.kutilicious:android-view:0.9.0'
    implementation 'dev.vladleesi.kutilicious:android-text:0.9.0'
    implementation 'dev.vladleesi.kutilicious:android-color:0.9.0'
}

Documentation

For detailed documentation and usage instructions, please visit documentation site.

GitHub Pages

License

This project is licensed under the MIT License.