[Test] Introduce new syntax for dependsOn dependencies

This commit is contained in:
Dmitriy Novozhilov
2021-05-13 13:54:09 +03:00
committed by TeamCityServer
parent 47e258ef6e
commit 06b2efe65f
127 changed files with 203 additions and 193 deletions
@@ -16,7 +16,7 @@ fun testCommon(base: Base) {
}
}
// MODULE: m1-jvm(m1-common)
// MODULE: m1-jvm()()(m1-common)
// FILE: main.kt
fun testPlatform(base: Base) {
@@ -17,7 +17,7 @@ fun testCommon(base: Base) {
}
}
// MODULE: m1-jvm(m1-common)
// MODULE: m1-jvm()()(m1-common)
// FILE: main.kt
fun testPlatform(base: Base) {
@@ -17,7 +17,7 @@ fun testCommon(base: Base) {
}
}
// MODULE: m1-jvm(m1-common)
// MODULE: m1-jvm()()(m1-common)
// FILE: main.kt
fun testPlatform(base: Base) {
@@ -11,7 +11,7 @@ package test
expect enum class E
// MODULE: lib-jvm(lib-common)
// MODULE: lib-jvm()()(lib-common)
// FILE: jvm.kt
package test