haruue / KotlinUtils

Kotlin utils for Android developers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Utils

for Android Developers

Download

Gradle

repositories {
    maven { url 'https://dl.bintray.com/haruue/maven/' }
}

implementation 'moe.haruue.kotlin:utils:<latest-version>'
implementation 'moe.haruue.kotlin:utils-support:<latest-version>' // for android support library

Functions & Usage

Generate docs by yourself

./gradlew dokka

Thanks

Jude95: https://github.com/Jude95/Utils

License

Apache 2.0

About

Kotlin utils for Android developers

License:Apache License 2.0


Languages

Language:Kotlin 89.6%Language:Java 10.4%