[PL][tests] W/a for broken @Deprecated annotations in existing c-interop KLIBs

^KT-59030
This commit is contained in:
Dmitriy Dolovov
2023-06-05 11:14:21 +02:00
committed by Space Team
parent 280caf003f
commit 502cbe8b17
4 changed files with 230 additions and 4 deletions
+1
View File
@@ -21,6 +21,7 @@ dependencies {
testImplementation(project(":native:kotlin-native-utils"))
testImplementation(project(":native:executors"))
testApiJUnit5()
testImplementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-metadata-klib"))
testImplementation(commonDependency("org.jetbrains.kotlinx", "kotlinx-coroutines-core")) { isTransitive = false }
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))