Skip to content

Commit 4bace4a

Browse files
committed
koin androidx
1 parent 9c68be6 commit 4bace4a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ dependencies {
3030
implementation "androidx.core:core-ktx:${Versions.core_ktx}"
3131
implementation "androidx.appcompat:appcompat:${Versions.app_compat}"
3232
implementation "org.koin:koin-gradle-plugin:${Versions.koin}"
33+
implementation "org.koin:koin-androidx-scope:${Versions.koin}"
34+
implementation "org.koin:koin-androidx-viewmodel:${Versions.koin}"
35+
implementation "org.koin:koin-androidx-fragment:${Versions.koin}"
3336
implementation "androidx.core:core-ktx:${Versions.kotlin_ext}"
3437
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:${Versions.kotlin_coroutines}"
3538
implementation "com.squareup.retrofit2:retrofit:${Versions.retrofit}"

0 commit comments

Comments
 (0)