add tests for smartrwlocker

This commit is contained in:
2023-08-12 22:37:35 +06:00
parent ce7d4fe9a2
commit 6ce1eb3f2d
8 changed files with 72 additions and 7 deletions

View File

@@ -28,6 +28,7 @@ kotlin {
dependencies {
implementation kotlin('test-common')
implementation kotlin('test-annotations-common')
implementation libs.kt.coroutines.test
}
}