Installation
Installation with gradle
This plugin only works with the latest Kotlin version of MBurger Client SDK so make sure to ad Kotlin Android Studio plugin and Kotlin dependencies to your Android project.
Add this repository to your project level build.gradle
file under allprojects:
Then add MBurger Kotlin dependency to your app build.gradle
file:
Lastly add MBMessages
library:
Last updated