9 lines
181 B
Text
9 lines
181 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.androidCompose)
|
||
|
|
}
|
||
|
|
|
||
|
|
android {
|
||
|
|
namespace = "net.thunderbird.feature.navigation.drawer.api"
|
||
|
|
resourcePrefix = "navigation_drawer_"
|
||
|
|
}
|