Build: Fix test runtime for kotlinx-serialization-compiler-plugin tests

This commit is contained in:
Vyacheslav Gerasimov
2019-06-14 18:18:08 +03:00
parent 5a664a86a8
commit e32bbcecc2
@@ -20,6 +20,8 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(commonDep("junit:junit"))
testCompile("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.11.0")
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
sourceSets {