[kotlin-test] Drop subprojects unneeded anymore KT-61969
This commit is contained in:
committed by
Space Team
parent
35aa17e1d0
commit
e0bc0b81c6
@@ -23,17 +23,10 @@ sourceSets {
|
||||
}
|
||||
}
|
||||
test {
|
||||
if (!BuildPropertiesKt.getKotlinBuildProperties(project).inIdeaSync)
|
||||
kotlin {
|
||||
srcDir commonTestSrcDir
|
||||
srcDir 'test'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
testApi project(":kotlin-test:kotlin-test-common")
|
||||
testApi project(":kotlin-test:kotlin-test-annotations-common")
|
||||
}
|
||||
|
||||
compileKotlinCommon {
|
||||
|
||||
Reference in New Issue
Block a user