Files
openide/.idea/libraries/kotlinx_coroutines_core.xml
Daniil Ovchinnikov 5bdd831c0d IJPL-130 use kotlinx-coroutines-core-jvm artifact directly
- `kotlinx-coroutines-jdk8` is empty and left for compatibility;
- `kotlinx-coroutines-core` contains only multiplatform metadata and a dependency on `kotlinx-coroutines-core-jvm`.

GitOrigin-RevId: 4e918b6e5da02544be420ab92ec03b17face8c82
2023-05-18 22:52:03 +00:00

12 lines
602 B
XML

<component name="libraryTable">
<library name="kotlinx-coroutines-core" type="repository">
<properties include-transitive-deps="false" maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.7.1" />
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.1/kotlinx-coroutines-core-jvm-1.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/org/jetbrains/kotlinx/kotlinx-coroutines-core-jvm/1.7.1/kotlinx-coroutines-core-jvm-1.7.1-sources.jar!/" />
</SOURCES>
</library>
</component>