Kotlin migration Successful

This commit is contained in:
2021-03-06 20:23:17 +00:00
parent 1ba40b2f38
commit 4adc0d4fbe
83 changed files with 482 additions and 1552 deletions

View File

@@ -36,6 +36,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
}
dependencies {
@@ -87,5 +88,5 @@ dependencies {
implementation "org.kodein.di:kodein-di-framework-android-x:$kodein_version"
/* Image Carousal */
implementation 'io.github.vejei.carouselview:carouselview:1.0.0-alpha'
implementation 'com.synnapps:carouselview:0.1.5'
}