Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 743 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 743 Bytes

Pemassi Kotlin Extensions

Release Gradle CI

Useful Kotlin Extension Set

Example

See the Wiki

Setup

Add the JitPack repository in your build.gradle (top level module):

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

And add next dependencies in the build.gradle of the module:

dependencies {
    implementation 'com.github.pemassi:pemassi-kotlin-extensions:{version}'
}