12 lines
257 B
Kotlin
12 lines
257 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.androidCompose)
|
|
}
|
|
|
|
android {
|
|
namespace = "net.thunderbird.feature.account.settings.api"
|
|
resourcePrefix = "account_settings_api_"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.ui.compose.navigation)
|
|
}
|