Created
November 24, 2019 22:12
-
-
Save mantisbayne/fcd6e84251e75dd5d404f514c9efe287 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Koin for Android | |
compile "org.koin:koin-android:$koin_version" | |
// Koin Android Scope feature | |
compile "org.koin:koin-android-scope:$koin_version" | |
// Koin Android ViewModel feature | |
compile "org.koin:koin-android-viewmodel:$koin_version" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment