k9-mail/feature/notification/testing/build.gradle.kts

17 lines
314 B
Text
Raw Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.kmpCompose)
}
android {
namespace = "net.thunderbird.feature.notification.testing"
}
kotlin {
sourceSets {
commonMain.dependencies {
implementation(projects.core.outcome)
api(projects.feature.notification.api)
}
}
}