Build: support local.properties for JPS build. Apply JPS related tweaks only inside IDEA import.
This commit is contained in:
@@ -51,7 +51,7 @@ sourceSets {
|
||||
}
|
||||
|
||||
experimental {
|
||||
if(!System.properties.'idea.active')
|
||||
if(!BuildPropertiesKt.getKotlinBuildProperties(project).inIdeaSync)
|
||||
kotlin {
|
||||
srcDir experimentalSrcDir
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user