Drop org.jline and org.fusesource.jansi redundant dependencies

Reasons:
1. Those modules don't use this dependency
2. Unbundled JPS feature in IDE downloads all transitive dependencies of
   kotlin-dist-for-jps-meta => downloads org.jline and puts it into dist
   which is not needed
This commit is contained in:
Nikita Bobko
2022-05-11 15:49:49 +02:00
parent b033b9a48d
commit 69cf454747
3 changed files with 1 additions and 4 deletions
-1
View File
@@ -21,7 +21,6 @@ dependencies {
api(project(":js:js.translator"))
api(project(":native:frontend.native"))
api(commonDependency("org.fusesource.jansi", "jansi"))
api(commonDependency("org.jline", "jline"))
api(project(":compiler:fir:raw-fir:psi2fir"))
api(project(":compiler:fir:resolve"))
api(project(":compiler:fir:providers"))