[stdlib-mpp] Disable sources for IDEA sync in conflicting projects
#KT-56106
This commit is contained in:
committed by
Space Team
parent
46cee9d0a3
commit
9ed6574979
@@ -13,6 +13,7 @@ def commonTestSrcDir = "../test"
|
||||
|
||||
sourceSets {
|
||||
main {
|
||||
if (!BuildPropertiesKt.getKotlinBuildProperties(project).inIdeaSync)
|
||||
kotlin {
|
||||
srcDir 'src'
|
||||
srcDir commonSrcDir
|
||||
@@ -23,6 +24,7 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
test {
|
||||
if (!BuildPropertiesKt.getKotlinBuildProperties(project).inIdeaSync)
|
||||
kotlin {
|
||||
srcDir commonTestSrcDir
|
||||
srcDir 'test'
|
||||
|
||||
Reference in New Issue
Block a user