9 lines
144 B
Text
9 lines
144 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.jvm)
|
||
|
|
alias(libs.plugins.android.lint)
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
api(projects.feature.account.api)
|
||
|
|
}
|