Skip to content

Instantly share code, notes, and snippets.

@alaershov
Last active January 8, 2020 12:03
Show Gist options
  • Save alaershov/308649f1b3b6b2e0626a8c845778da00 to your computer and use it in GitHub Desktop.
Save alaershov/308649f1b3b6b2e0626a8c845778da00 to your computer and use it in GitHub Desktop.
Toothpick: Gradle dependency
dependencies {
// ядро библиотеки
implementation 'com.github.stephanenicolas.toothpick:toothpick-runtime:3.1.0'
// плюшки для Android
implementation 'com.github.stephanenicolas.toothpick:smoothie-androidx:3.1.0'
// процессор аннотаций для генерации кода
annotationProcessor 'com.github.stephanenicolas.toothpick:toothpick-compiler:3.1.0'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment