Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 877 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 877 Bytes

amkotlinutil

Kotlin extensions and utility

ktlint

Installing

Add jitpack repository to top (project) build.gradle file:

Example:

maven { url 'https://jitpack.io' }

allprojects {
    repositories {
        jcenter()
        maven { url 'https://jitpack.io' }
    }
}

Add dependency to app (module) build.gradle file:

Example:

dependencies {
        implementation 'com.github.adaptmobile-organization:amkotlinutil:<current_version>'
}

Development

Push a new/the next tag for a new version of amkotlinutil on jitpack

git tag -a 1.0.0 -m "Release 1.0.0"
git push --tags

Jitpack

https://jitpack.io/#adaptmobile-organization/amkotlinutil