Problem with module compilation - gradle v1.8

I’ve added library module and got the following compilation error:

Gradle: A problem occurred evaluating project ‘:dressup’. > Could not find property ‘:HoloColorPicker’ on DefaultProjectDependency{dependencyProject=‘project ‘:dressup’’, configuration=‘default’}.

stacktrace: https://gist.github.com/chibi-guts/7097146

main module build file: https://gist.github.com/chibi-guts/7097157

L17 should be:

compile project(’:HoloColorPicker’)

That’s Groovy syntax.