Skip to content

A library for android app in kotlin. Helping in database, animations, dialogs, shared preferences.

Notifications You must be signed in to change notification settings

amitjangid80/kotlib

Repository files navigation

kotlib

Usage

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