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
This commit is contained in:
Daniil Ovchinnikov
2023-05-18 19:38:18 +02:00
committed by intellij-monorepo-bot
parent 675b19fb2c
commit 5bdd831c0d

View File

@@ -1,19 +1,11 @@
<component name="libraryTable">
<library name="kotlinx-coroutines-core" type="repository">
<properties maven-id="org.jetbrains.kotlinx:kotlinx-coroutines-jdk8:1.7.1">
<exclude>
<dependency maven-id="org.jetbrains:annotations" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib-common" />
<dependency maven-id="org.jetbrains.kotlin:kotlin-stdlib-jdk8" />
</exclude>
</properties>
<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-jdk8/1.7.1/kotlinx-coroutines-jdk8-1.7.1.jar!/" />
<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-jdk8/1.7.1/kotlinx-coroutines-jdk8-1.7.1-sources.jar!/" />
<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>