Skip to content

Commit

Permalink
Fix koin dep
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanWang committed Apr 17, 2021
1 parent 12f4725 commit 6492c0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/kau/Dependencies.kt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ object Dependencies {
val koinTest = koin("test")

@JvmStatic
fun koin(type: String) = "org.koin:koin-$type:${Versions.koin}"
fun koin(type: String) = "io.insert-koin:koin-$type:${Versions.koin}"

@JvmField
val hilt = "com.google.dagger:hilt-android:${Versions.hilt}"
Expand Down

0 comments on commit 6492c0c

Please sign in to comment.