Skip to content

zxj5470/ktlext

Repository files navigation

Kotlin Ext

  • Step 1. Add jitpack.io as a maven repository :
allprojects {
   repositories {
      //...
      maven { url 'https://jitpack.io' }
   }
}
  • Step 2. Add the dependency (Look at the number of icon) or use + to get the latest version
dependencies {
   compile 'com.github.zxj5470:ktlext:+'
}

Usage

see document is OK.