kotlin-stldib-js: do not import experimental sourceset in IDEA

Temporary workaround to prevent multiple IDEA modules sharing the same content root error.
This commit is contained in:
Ilya Gorbunov
2018-03-28 18:03:28 +03:00
parent 42de429565
commit f45e3ac7d9
+1
View File
@@ -50,6 +50,7 @@ sourceSets {
}
experimental {
if(!System.properties.'idea.active')
kotlin {
srcDir experimentalSrcDir
}