GenerateTests: extract IDE part into separate module
It's refactoring-preparation commit. In later commits I will add possibility to disable IDE modules with flags in gradle build (first step towards removing IDE modules from kotlin repo). Thus, we need to extract IDE tests generator in separate module for being possible to disable it with flags
This commit is contained in:
@@ -249,6 +249,7 @@ include ":benchmarks",
|
||||
":compiler:tests-different-jdk",
|
||||
":compiler:tests-spec",
|
||||
":generators",
|
||||
":generators:idea-generator",
|
||||
":generators:test-generator",
|
||||
":tools:kotlinp",
|
||||
":kotlin-project-model",
|
||||
|
||||
Reference in New Issue
Block a user