Repo created
This commit is contained in:
parent
75dc487a7a
commit
39c29d175b
6317 changed files with 388324 additions and 2 deletions
20
core/android/testing/build.gradle.kts
Normal file
20
core/android/testing/build.gradle.kts
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
plugins {
|
||||
id(ThunderbirdPlugins.Library.android)
|
||||
}
|
||||
|
||||
android {
|
||||
namespace = "net.thunderbird.core.android.testing"
|
||||
}
|
||||
|
||||
dependencies {
|
||||
api(libs.junit)
|
||||
api(libs.robolectric)
|
||||
|
||||
implementation(projects.core.logging.api)
|
||||
implementation(projects.core.preference.api)
|
||||
implementation(projects.core.preference.impl)
|
||||
|
||||
api(libs.koin.core)
|
||||
api(libs.mockito.core)
|
||||
api(libs.mockito.kotlin)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue