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
@@ -34,6 +34,7 @@ dependencies {
testCompile(kotlinStdlib("jdk8"))
testCompile(project(":kotlin-reflect"))
testCompile(project(":kotlin-android-extensions"))
testCompile(project(":kotlin-parcelize-compiler"))
testCompile(commonDep("org.jetbrains.intellij.deps", "trove4j"))
testCompile(gradleApi())