Track binary output class names

This commit is contained in:
Mikhael Bogdanov
2020-11-17 08:23:34 +01:00
committed by max-kammerer
parent 6748560184
commit 42a9d64578
5 changed files with 45 additions and 26 deletions
@@ -45,6 +45,7 @@ dependencies {
// Workaround for missing transitive import of the common(project `kotlin-test-common`
// for `kotlin-test-jvm` into the IDE:
testCompileOnly(project(":kotlin-test:kotlin-test-common")) { isTransitive = false }
testCompileOnly("org.ow2.asm:asm:9.0")
}
// Aapt2 from Android Gradle Plugin 3.2 and below does not handle long paths on Windows.