[Commonizer] Rework test infrastructure to compare metadata instead of descriptors

This commit is contained in:
Dmitriy Dolovov
2021-01-29 13:49:51 +03:00
parent f67a9615b8
commit 5ff6b5ef42
7 changed files with 164 additions and 707 deletions
+2
View File
@@ -36,6 +36,8 @@ dependencies {
testImplementation(commonDep("junit:junit"))
testImplementation(projectTests(":compiler:tests-common"))
testImplementation(project(":kotlinx-metadata-klib")) { isTransitive = false }
testImplementation(project(":kotlinx-metadata")) { isTransitive = false }
}
val runCommonizer by tasks.registering(JavaExec::class) {