Move dagger.gradle to project root.

This commit is contained in:
akwizgran
2018-11-01 14:05:46 +00:00
parent db8796049e
commit f6c8a8cec7
4 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ apply plugin: 'ru.vyarus.animalsniffer'
apply plugin: 'idea'
apply plugin: 'witness'
apply from: 'witness.gradle'
apply from: '../gradle/dagger.gradle'
apply from: '../dagger.gradle'
dependencies {
implementation project(path: ':bramble-api', configuration: 'default')