diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index 63b6e3d..a441a38 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -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)) } }