Initial testing setup

This commit is contained in:
2022-09-09 13:41:04 +02:00
parent 815f00e764
commit 99f2c04bf6
3 changed files with 72 additions and 1 deletions

View File

@@ -56,6 +56,8 @@ kotlin {
dependencies {
implementation(kotlin("test-common"))
implementation(kotlin("test-annotations-common"))
implementation("io.mockk:mockk:1.12.0")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.0")
}
}
val androidMain by getting {