[IR SERIALIZATION] Fix ONLY_DECLARATION_HEADERS mode

This commit is contained in:
Roman Artemev
2019-08-26 11:15:07 +03:00
committed by romanart
parent 0c7454c918
commit 2e0ab8ba3f
2 changed files with 17 additions and 25 deletions
@@ -15,6 +15,7 @@ dependencies {
testCompile(project(":compiler:cli"))
testCompile(project(":compiler:util"))
testRuntime(project(":kotlin-reflect"))
testRuntime(intellijDep()) { includeJars("picocontainer", "trove4j", "guava", "jdom", rootProject = rootProject) }
}