Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 298 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 298 Bytes

kotlib

Usage

allprojects {
   repositories {
      ...
      maven { url 'https://jitpack.io' }
   }
}
dependencies {
    implementation 'com.github.amitjangid80:kotlib:1.0.3'
}