Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 336 Bytes

README.md

File metadata and controls

18 lines (16 loc) · 336 Bytes

ktx

extensions for Kotlin(JVM)

    allprojects {
        repositories {
            ...
            maven { url 'https://jitpack.io' }
        }
    }
    dependencies {
        implementation 'com.github.XuXiangJun:ktx:2.2.0'
    }