From 03c04608446458525618373f15ae3b71d03c260e Mon Sep 17 00:00:00 2001 From: Clinton Alexander Date: Thu, 16 Mar 2017 10:20:03 +0000 Subject: [PATCH] Fixed an issue with subprojects not correctly compiling due to incorrect sourceSet definition in build.gradle. --- node-schemas/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-schemas/build.gradle b/node-schemas/build.gradle index de58adc808..21ec7ae360 100644 --- a/node-schemas/build.gradle +++ b/node-schemas/build.gradle @@ -18,7 +18,7 @@ repositories { sourceSets { main { - kotlin { + java { srcDir "${projectDir}/generated/source/kapt/main/" } }