We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30586e5 commit e3665bdCopy full SHA for e3665bd
pom.xml
@@ -147,12 +147,12 @@
147
<artifactId>kotlin-reflect</artifactId>
148
</dependency>
149
<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
+ -->
154
<groupId>org.jetbrains.kotlinx</groupId>
- <artifactId>kotlinx-coroutines-jdk9</artifactId>
- </dependency>
- <dependency>
- <groupId>org.jetbrains.kotlinx</groupId>
155
- <artifactId>kotlinx-coroutines-core</artifactId>
+ <artifactId>kotlinx-coroutines-core-jvm</artifactId>
156
157
158
0 commit comments