Fix duplicate content root problems in IntelliJ

This commit is contained in:
Matthew Nesbit
2017-04-25 16:14:48 +01:00
committed by Mike Hearn
parent 922a760a09
commit 7e3b9a8934
22 changed files with 18 additions and 201 deletions

View File

@ -21,12 +21,6 @@ configurations {
}
sourceSets {
main {
resources {
srcDir "../../../config/dev"
}
}
integrationTest {
kotlin {
compileClasspath += main.output + test.output