This is light chat kit with MvvM architecture combined with LiveData and DataBinding
These instructions will help you to use this library inside your projects
This library was built with androidX, so you should migrate into androidX to use this library with out any problem. For migration you can use Migrating to AndroidX
Befor you use this library, you should be familiar with Mvvm architecture and its components.
Step 1. Add the JitPack repository to your build file, Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
Step 2. Add the dependency
dependencies {
implementation 'com.github.HamidrezaAmz:ChatKitLight:$LASTES_VERSION'
}