Skip to content

Commit a99e042

Browse files
committed
Fix site generation for io module
1 parent 9556242 commit a99e042

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
<artifactId>kotlinx-coroutines-core</artifactId>
3535
<version>${project.version}</version>
3636
</dependency>
37+
<dependency>
38+
<groupId>org.jetbrains.kotlinx</groupId>
39+
<artifactId>kotlinx-coroutines-io</artifactId>
40+
<version>${project.version}</version>
41+
</dependency>
3742
<dependency>
3843
<groupId>org.jetbrains.kotlinx</groupId>
3944
<artifactId>kotlinx-coroutines-reactive</artifactId>

0 commit comments

Comments
 (0)