Revert removal of import
Accidentally removed a coroutines test import
This commit is contained in:
parent
e16167a08e
commit
a77ba4cc8f
@ -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))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user