Skip to content

Instantly share code, notes, and snippets.

@smoralb
Last active November 3, 2021 14:36
Show Gist options
  • Save smoralb/9b999b3742fb041d3d00f09a2723a31e to your computer and use it in GitHub Desktop.
Save smoralb/9b999b3742fb041d3d00f09a2723a31e to your computer and use it in GitHub Desktop.
Minified dependencies for core module.
apply plugin: 'com.android.library'
...
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
api basic.values()
api koin.values()
api navigation.values()
//Retrofit, okhttp3, moshi
api network.values()
implementation coil.values()
api testing.values()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment