[ImportsDumper] Add missing test runtime dependencies

This commit is contained in:
Dmitriy Novozhilov
2022-11-24 11:33:22 +02:00
committed by Space Team
parent 2610ad94e0
commit 7a9a71a089
+2
View File
@@ -16,6 +16,8 @@ dependencies {
compileOnly(intellijCore())
testApi(projectTests(":compiler:tests-common"))
testRuntimeOnly(intellijCore())
testRuntimeOnly("org.jetbrains.kotlinx", "kotlinx-serialization-runtime", kotlinxSerializationVersion)
embedded("org.jetbrains.kotlinx", "kotlinx-serialization-runtime", kotlinxSerializationVersion) { isTransitive = false }
}