The dumb mistakes will end, promise...

parser-fixes
Bradlee Speice 2014-12-05 23:35:59 -05:00
parent a1875c1e28
commit 6e3f60f0ec
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ apply plugin: 'kotlin'
apply plugin: 'jacoco'
apply plugin: 'com.github.kt3k.coveralls'
evaluationDependsOn(":app:compileDebugJava")
evaluationDependsOn(":app")
buildscript {
repositories {