Move 1.3-specific part of stdlib to another source set

This commit is contained in:
Alexander Udalov
2018-02-12 19:09:37 +01:00
parent ef6b6cd261
commit 31e762c679
5 changed files with 56 additions and 28 deletions
@@ -38,7 +38,11 @@ class RuntimePublicAPITest {
}
@Test fun kotlinStdlibRuntimeMerged() {
snapshotAPIAndCompare("../../stdlib/build/libs", "kotlin-stdlib", listOf("../stdlib-declarations.json", "../runtime-declarations.json"), listOf("kotlin.jvm.internal"))
snapshotAPIAndCompare(
"../../stdlib/build/libs", "kotlin-stdlib",
listOf("../stdlib-declarations.json", "../runtime-declarations.json", "../stdlib-experimental-declarations.json"),
listOf("kotlin.jvm.internal")
)
}
@Test fun kotlinStdlibJdk7() {