stdlib-jvm: build as multiplatform, move project to jvm subfolder

Fix path with stdlib-jvm artifacts for public api test
This commit is contained in:
Ilya Gorbunov
2018-01-24 21:24:32 +03:00
parent 0fb3393ee1
commit 93f7a46ba4
3 changed files with 22 additions and 44 deletions
@@ -34,7 +34,7 @@ class RuntimePublicAPITest {
@Test fun kotlinStdlibRuntimeMerged() {
snapshotAPIAndCompare(
"../../stdlib/build/libs", "kotlin-stdlib",
"../../stdlib/jvm/build/libs", "kotlin-stdlib",
listOf("../stdlib-declarations.json", "../stdlib-experimental-declarations.json"),
listOf("kotlin.jvm.internal")
)