Exclude additional test source sets when importing project in IDEA, enable coroutines in stdlib

This commit is contained in:
Ilya Gorbunov
2017-03-07 12:45:45 +03:00
parent 08fa304b6f
commit d25b07fe23
4 changed files with 14 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ dependencies {
}
sourceSets {
if(!System.properties.'idea.active')
main {
java {
srcDir "${rootDir}/../core/builtins/src"