diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8c899db..96a1cf7 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -33,5 +33,5 @@ android { dependencies { defaultLibrary() - -} + androidTestImplementation(project(path = ":testLib")) +} \ No newline at end of file