nikolaymetchev
plugins { java } dependencies { //one of the two lines below will suffice compile(project(":processor")) runtime(project(":processor")) }