[Commonizer] Replace j.u.HashMap by g.t.THashMap to reduce memory usage

This commit is contained in:
Dmitriy Dolovov
2020-06-19 17:48:20 +07:00
parent 70ea53315d
commit 59183a8142
11 changed files with 32 additions and 21 deletions
+1
View File
@@ -20,6 +20,7 @@ dependencies {
compileOnly(project(":native:frontend.native"))
compileOnly(project(":kotlin-util-klib-metadata"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeJars("trove4j") }
// This dependency is necessary to keep the right dependency record inside of POM file:
publishedCompile(project(":kotlin-compiler"))