mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-07 05:09:37 +07:00
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:
committed by
intellij-monorepo-bot
parent
e0cd0872a5
commit
78d5b20cd3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user