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 9556242 commit a99e042Copy full SHA for a99e042
site/pom.xml
@@ -34,6 +34,11 @@
34
<artifactId>kotlinx-coroutines-core</artifactId>
35
<version>${project.version}</version>
36
</dependency>
37
+ <dependency>
38
+ <groupId>org.jetbrains.kotlinx</groupId>
39
+ <artifactId>kotlinx-coroutines-io</artifactId>
40
+ <version>${project.version}</version>
41
+ </dependency>
42
<dependency>
43
<groupId>org.jetbrains.kotlinx</groupId>
44
<artifactId>kotlinx-coroutines-reactive</artifactId>
0 commit comments