Re-enable ":compiler:android-tests" module

This commit is contained in:
Nikolay Krasko
2021-06-19 16:02:53 +03:00
committed by TeamCityServer
parent d6aedc3229
commit b406689035
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -476,7 +476,6 @@ if (!buildProperties.getBoolean("disableKotlinPluginModules", false) && attached
":idea:idea-frontend-fir:fir-low-level-api-ide-impl",
":idea:idea-fir-performance-tests",
":plugins:lint", // TODO will this module be removed with other IDE modules?
":compiler:android-tests", // TODO will this module be removed with other IDE modules?
":plugins:android-extensions-ide", // TODO will this module be removed with other IDE modules?
":prepare:ide-lazy-resolver", // TODO will this module be removed with other IDE modules?
":prepare:idea-plugin", // TODO will this module be removed with other IDE modules?
@@ -549,6 +548,7 @@ if (buildProperties.inJpsBuildIdeaSync) {
project(':kotlin-test:kotlin-test-js-ir').projectDir = "$rootDir/libraries/kotlin.test/js-ir" as File
project(':kotlin-test:kotlin-test-js:kotlin-test-js-it').projectDir = "$rootDir/libraries/kotlin.test/js/it" as File
}
include ":compiler:android-tests"
rootProject.name = "kotlin"