Drop obsolete artifact kotlin-runtime
Remove suppresses used to compile some parts of stdlib as a non-multiplatform project.
This commit is contained in:
@@ -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 {
|
||||
|
||||
-1348
File diff suppressed because it is too large
Load Diff
-4
@@ -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"))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user