k9-mail/core/featureflag/build.gradle.kts

16 lines
247 B
Text
Raw Normal View History

2025-11-22 13:56:56 +01:00
plugins {
id(ThunderbirdPlugins.Library.kmp)
}
android {
namespace = "net.thunderbird.core.featureflag"
}
kotlin {
sourceSets {
commonMain.dependencies {
implementation(libs.androidx.annotation)
}
}
}