Fix test was using old KMM dependency notation.
^KT-44949 In Progress
This commit is contained in:
-4
@@ -291,10 +291,6 @@ class MultiplatformGradleIT : BaseGradleIT() {
|
||||
gradleBuildScript(module).appendText(sourceSetDeclaration)
|
||||
}
|
||||
|
||||
gradleBuildScript("libJvm").appendText(
|
||||
"\ndependencies { ${sourceSetName}Compile \"org.jetbrains.kotlin:kotlin-stdlib:${"$"}kotlin_version\" }"
|
||||
)
|
||||
|
||||
listOf(
|
||||
"expect fun foo(): String" to "lib/src/$sourceSetName/kotlin",
|
||||
"actual fun foo(): String = \"jvm\"" to "libJvm/src/$sourceSetName/kotlin",
|
||||
|
||||
Reference in New Issue
Block a user