diff options
Diffstat (limited to 'components/core/pom.xml')
-rw-r--r-- | components/core/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/components/core/pom.xml b/components/core/pom.xml index 84063fd57..f33146b6a 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> |