18 lines
344 B
Text
18 lines
344 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.androidCompose)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "app.k9mail.core.ui.compose.testing"
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
api(projects.core.testing)
|
||
|
|
api(libs.turbine)
|
||
|
|
api(libs.assertk)
|
||
|
|
|
||
|
|
implementation(projects.core.ui.compose.theme2.thunderbird)
|
||
|
|
|
||
|
|
implementation(libs.bundles.shared.jvm.test.compose)
|
||
|
|
}
|