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
@@ -47,6 +47,7 @@ dependencies {
testRuntime(project(":kotlin-scripting-idea"))
testRuntime(project(":kotlinx-serialization-ide-plugin"))
testRuntime(project(":plugins:lint"))
testRuntime(project(":plugins:parcelize:parcelize-ide"))
testRuntime(intellijPluginDep("junit"))
testRuntime(intellijPluginDep("IntelliLang"))
testRuntime(intellijPluginDep("properties"))