17 lines
314 B
Text
17 lines
314 B
Text
|
|
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)
|
||
|
|
}
|
||
|
|
}
|
||
|
|
}
|