Drop obsolete artifact kotlin-runtime

Remove suppresses used to compile some parts of stdlib
as a non-multiplatform project.
This commit is contained in:
Ilya Gorbunov
2019-02-14 20:31:59 +03:00
parent 8ed2facc8c
commit 6bcd112062
14 changed files with 3 additions and 1429 deletions
@@ -19,8 +19,6 @@ dependencies {
testArtifacts project(':kotlin-stdlib-jdk7')
testArtifacts project(':kotlin-stdlib-jdk8')
testArtifacts project(':kotlin-reflect')
// legacy
testArtifacts project(':kotlin-runtime')
}
sourceSets {
@@ -17,10 +17,6 @@ class RuntimePublicAPITest {
@[Rule JvmField]
val testName = TestName()
@Test fun kotlinRuntime() {
snapshotAPIAndCompare("../../stdlib/runtime/build/libs", "kotlin-runtime", listOf("kotlin.jvm.internal"))
}
@Test fun kotlinStdlibRuntimeMerged() {
snapshotAPIAndCompare("../../stdlib/jvm/build/libs", "kotlin-stdlib", listOf("kotlin.jvm.internal"))
}