Build: Fix test runtime for kotlinx-serialization-compiler-plugin tests
This commit is contained in:
@@ -20,6 +20,8 @@ dependencies {
|
|||||||
testCompile(projectTests(":compiler:tests-common"))
|
testCompile(projectTests(":compiler:tests-common"))
|
||||||
testCompile(commonDep("junit:junit"))
|
testCompile(commonDep("junit:junit"))
|
||||||
testCompile("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.11.0")
|
testCompile("org.jetbrains.kotlinx:kotlinx-serialization-runtime:0.11.0")
|
||||||
|
|
||||||
|
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
Reference in New Issue
Block a user