We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb93a00 commit 2fdab2aCopy full SHA for 2fdab2a
pom.xml
@@ -230,6 +230,20 @@
230
<artifactId>consolerizer</artifactId>
231
<version>${consolerizer.version}</version>
232
</dependency>
233
+ <!-- This Dependency is added as a workaround for the following issue -->
234
+ <!--- https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
235
+ <dependency>
236
+ <groupId>org.jetbrains.kotlinx</groupId>
237
+ <artifactId>kotlinx-coroutines-debug</artifactId>
238
+ <version>${kotlinx-coroutines-debug.version}</version>
239
+ <scope>test</scope>
240
+ <exclusions>
241
+ <exclusion>
242
243
+ <artifactId>kotlinx-coroutines-bom</artifactId>
244
+ </exclusion>
245
+ </exclusions>
246
+ </dependency>
247
<dependency>
248
<groupId>com.h2database</groupId>
249
<artifactId>h2</artifactId>
0 commit comments