Fixed an issue with subprojects not correctly compiling due to incorrect sourceSet definition in build.gradle.

This commit is contained in:
Clinton Alexander 2017-03-16 10:20:03 +00:00
parent d69a12dc15
commit 03c0460844

View File

@ -18,7 +18,7 @@ repositories {
sourceSets {
main {
kotlin {
java {
srcDir "${projectDir}/generated/source/kapt/main/"
}
}