ckdevrel / RecyclerViewTemplate

One Template which solves all frequently used RecyclerViews Code Snippets

Home Page:https://medium.com/androidstarters/mastering-android-studio-templates-ed8fdd98cb78

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How can I add dependency line like annotationProcessor ? or testImplementation ?

sabiou opened this issue · comments

Hello folks ! I want to add dependency like:
implementation "android.arch.persistence.room:runtime:$room_version" annotationProcessor "android.arch.persistence.room:compiler:$room_version" testImplementation "android.arch.persistence.room:testing:$room_version"

I know for the first line it's something like: <dependency mavenUrl="android.arch.persistence.room:runtime:1.1.1"/> .

@sabiou You can check clone the project and edit the build.gradle template file..