Rework Tune module graph dependencies building

#KT-50701 In progress
This commit is contained in:
Mikhael Bogdanov
2022-01-10 12:40:09 +01:00
committed by Space
parent 6f323dd33a
commit 92e893bebe
6 changed files with 22 additions and 15 deletions
@@ -160,6 +160,10 @@ abstract class JavaModulesIntegrationTest(private val jdkVersion: Int, private v
}
}
fun testAutomaticModuleInternalJdkPackageUsage() {
module("jvmStatUsage")
}
fun testReleaseFlag() {
module("module")
module("module9", additionalKotlinArguments = listOf("-Xjdk-release=9"))