[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
@@ -5,7 +5,7 @@
expect fun foo(x: String, y: Int = -1)
// MODULE: m2-jvm(m1-common)
// MODULE: m2-jvm()()(m1-common)
// FILE: jvm.kt
@JvmOverloads