Skip to content

Instantly share code, notes, and snippets.

@smoralb
Created July 25, 2021 08:58
Show Gist options
  • Save smoralb/75f6ced3cfce0bbfc297ee1fbc71ce4d to your computer and use it in GitHub Desktop.
Save smoralb/75f6ced3cfce0bbfc297ee1fbc71ce4d to your computer and use it in GitHub Desktop.
Common dependencies to add in multiple modules
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
api basic.core_ktx_dependency
api basic.app_compat_dependency
api basic.material_dependency
api basic.constraint_dependency
//Koin
api koin.koin_dependency
api koin.koin_viewmodel_dependency
//Navigation
api navigation.navigation_dependency
api navigation.fragment_dependency
//Testing
api testing.jUnit_dependency
api testing.jUnit_test_dependency
api testing.espresso_dependency
//Retrofit, okhttp3, moshi
api network.retrofit_dependency
api network.okhttp3_dependency
api network.okhttp_loggin_interceptor
api network.moshi_dependency
api network.moshi_converter_dependency
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment