Skip to content
This repository has been archived by the owner on Aug 10, 2021. It is now read-only.

Commit

Permalink
Add ir.interpreter to libraries with ignored collisions
Browse files Browse the repository at this point in the history
(cherry picked from commit 13035eb)
  • Loading branch information
ivandev0 authored and vvlevchenko committed Jun 29, 2020
1 parent 1c0f775 commit 377b676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ task detectJarCollision(type: CollisionDetector) {
"frontend.common", "frontend.java", "cli-common", "ir.tree",
"ir.psi2ir", "ir.backend.common", "backend.jvm", "backend.js",
"backend.wasm", "ir.serialization.common", "ir.serialization.js",
"ir.serialization.jvm", "jvm", "compiler.version",
"ir.serialization.jvm", "ir.interpreter", "jvm", "compiler.version",
"backend-common", "backend", "plugin-api", "light-classes", "cli",
"cli-js", "incremental-compilation-impl", "js.ast", "js.serializer",
"js.parser", "js.frontend", "js.translator", "js.dce", "metadata",
Expand Down

0 comments on commit 377b676

Please sign in to comment.