IJPL-160628: Replace javaslang library with io.vavr

Initially, the library (javaslang) was brought with
Kotlin compiler parts and now it's being updated to
its new reincarnation (vavr) which resolves
ClassLoader-related issue in the compiler (see KT-63502).

Thus, we replace it in the IJ repository, too.

GitOrigin-RevId: 4c38150565911aed57bfbf0933ac09c14a68d2fb
This commit is contained in:
Denis.Zharkov
2024-07-24 13:04:54 +02:00
committed by intellij-monorepo-bot
parent e0cd0872a5
commit 78d5b20cd3
18 changed files with 56 additions and 252 deletions

View File

@@ -11,7 +11,7 @@
<orderEntry type="library" name="ASM" level="project" />
<orderEntry type="library" name="Java Compatibility" level="project" />
<orderEntry type="library" name="javax-inject" level="project" />
<orderEntry type="library" name="javaslang" level="project" />
<orderEntry type="library" name="vavr" level="project" />
<orderEntry type="library" name="kotlinx-coroutines-core" level="project" />
<orderEntry type="library" name="jna" level="project" />
<orderEntry type="library" name="lz4-java" level="project" />
@@ -23,4 +23,4 @@
<orderEntry type="module" module-name="intellij.platform.util.jdom" />
<orderEntry type="module" module-name="intellij.java.impl" />
</component>
</module>
</module>