|
@@ -54,6 +54,8 @@ android {
|
|
|
}
|
|
|
|
|
|
dependencies {
|
|
|
+ def koinVersion = "2.0.0"
|
|
|
+
|
|
|
implementation fileTree(dir: 'libs', include: ['*.jar'])
|
|
|
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
|
|
|
implementation 'com.android.support:appcompat-v7:28.0.0'
|
|
@@ -63,6 +65,11 @@ dependencies {
|
|
|
androidTestImplementation 'com.android.support.test:runner:0.5'
|
|
|
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'
|
|
|
|
|
|
+ // Koin for Android
|
|
|
+ implementation "org.koin:koin-android:$koinVersion"
|
|
|
+ implementation "org.koin:koin-android-viewmodel:$koinVersion"
|
|
|
+ implementation "org.koin:koin-java:$koinVersion"
|
|
|
+
|
|
|
implementation project(':PDFReaderReaderModule')
|
|
|
implementation project(':KdanBaseModule')
|
|
|
}
|