Skip to content

Commit e3665bd

Browse files
committed
Fix coroutines module warning
1 parent 30586e5 commit e3665bd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -147,12 +147,12 @@
147147
<artifactId>kotlin-reflect</artifactId>
148148
</dependency>
149149
<dependency>
150+
<!--
151+
Depending on kotlinx-coroutines-core causes an ambiguous module reference warning.
152+
See https://github.com/Kotlin/kotlinx.coroutines/issues/3842
153+
-->
150154
<groupId>org.jetbrains.kotlinx</groupId>
151-
<artifactId>kotlinx-coroutines-jdk9</artifactId>
152-
</dependency>
153-
<dependency>
154-
<groupId>org.jetbrains.kotlinx</groupId>
155-
<artifactId>kotlinx-coroutines-core</artifactId>
155+
<artifactId>kotlinx-coroutines-core-jvm</artifactId>
156156
</dependency>
157157
<dependency>
158158
<groupId>org.jetbrains.kotlinx</groupId>

0 commit comments

Comments
 (0)