12 lines
234 B
Text
12 lines
234 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.androidCompose)
|
|
}
|
|
|
|
android {
|
|
namespace = "app.k9mail.feature.onboarding"
|
|
resourcePrefix = "onboarding_"
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.core.ui.compose.designsystem)
|
|
}
|