Revert removal of import

Accidentally removed a coroutines test import
This commit is contained in:
Luca Spinazzola 2022-03-25 03:02:08 -04:00
parent e16167a08e
commit a77ba4cc8f

View File

@ -277,6 +277,7 @@ kotlin {
dependencies {
implementation(kotlin(Deps.Jvm.test))
implementation(kotlin(Deps.Jvm.testJUnit))
implementation(Deps.Jvm.coroutinesTest)
implementation(kotlin(Deps.Jvm.reflection))
}
}