Kotlin extensions and utility
Example:
maven { url 'https://jitpack.io' }
allprojects {
repositories {
jcenter()
maven { url 'https://jitpack.io' }
}
}
Example:
dependencies {
implementation 'com.github.adaptmobile-organization:amkotlinutil:<current_version>'
}
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