Parcelize: Add missing dependencies to Parcelize components in tests

This commit is contained in:
Yan Zhulanow
2020-07-09 18:18:30 +09:00
parent 4bd8e2f78c
commit 0ce9003ef7
15 changed files with 17 additions and 0 deletions
@@ -37,6 +37,7 @@ dependencies {
testRuntime(project(":noarg-ide-plugin"))
testRuntime(project(":kotlin-scripting-idea"))
testRuntime(project(":kotlinx-serialization-ide-plugin"))
testRuntime(project(":plugins:parcelize:parcelize-ide"))
testRuntime(intellijDep())
testRuntime(intellijRuntimeAnnotations())