summaryrefslogtreecommitdiffstats
path: root/components/core/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r--components/core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml
index 84063fd5..f33146b6 100644
--- a/components/core/pom.xml
+++ b/components/core/pom.xml
@@ -63,6 +63,11 @@
<artifactId>mockk</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.jetbrains.kotlinx</groupId>
+ <artifactId>kotlinx-coroutines-test</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project>