[ImportsDumper] Add missing test runtime dependencies
This commit is contained in:
committed by
Space Team
parent
2610ad94e0
commit
7a9a71a089
@@ -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 }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user