7 lines
121 B
Kotlin
7 lines
121 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.kmp)
|
|
}
|
|
|
|
android {
|
|
namespace = "net.thunderbird.feature.account.avatar"
|
|
}
|