Last active
January 8, 2020 12:03
-
-
Save alaershov/308649f1b3b6b2e0626a8c845778da00 to your computer and use it in GitHub Desktop.
Toothpick: Gradle dependency
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
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