Pill: Add GenerateRuntimeDescriptorTests to the "Generate all tests" run configuration (KT-34494)
This commit is contained in:
@@ -5,7 +5,11 @@ plugins {
|
||||
}
|
||||
|
||||
val depenencyProjects = arrayOf(
|
||||
":generators", ":compiler", ":js:js.tests", ":compiler:tests-java8"
|
||||
":generators",
|
||||
":compiler",
|
||||
":js:js.tests",
|
||||
":compiler:tests-java8",
|
||||
":core:descriptors.runtime"
|
||||
)
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user