Move 1.3-specific part of stdlib to another source set
This commit is contained in:
+5
-1
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user