[Build, BTA] Add the build tools api tests module
The module is configured to run a bunch of test suites defined as API pairs. Currently those are `CURRENT API` – `CURRENT IMPL`, `CURRENT API` – `1.9.20 IMPL`, `1.9.20 API` – `CURRENT IMPL` ^KT-61860 In Progress
This commit is contained in:
committed by
Space Team
parent
0196928af7
commit
4afb393ff1
+2
-1
@@ -422,7 +422,8 @@ if (!buildProperties.inJpsBuildIdeaSync) {
|
||||
}
|
||||
|
||||
include ":compiler:build-tools:kotlin-build-tools-api",
|
||||
":compiler:build-tools:kotlin-build-tools-impl"
|
||||
":compiler:build-tools:kotlin-build-tools-impl",
|
||||
":compiler:build-tools:kotlin-build-tools-api-tests"
|
||||
|
||||
// Experimental modules, should be placed into plugins/compose-compiler-plugin folder
|
||||
include ":plugins:compose-compiler-plugin:compiler",
|
||||
|
||||
Reference in New Issue
Block a user