16 lines
247 B
Text
16 lines
247 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.kmp)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "net.thunderbird.core.featureflag"
|
||
|
|
}
|
||
|
|
|
||
|
|
kotlin {
|
||
|
|
sourceSets {
|
||
|
|
commonMain.dependencies {
|
||
|
|
implementation(libs.androidx.annotation)
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|