13 lines
326 B
Text
13 lines
326 B
Text
|
|
plugins {
|
||
|
|
id(ThunderbirdPlugins.Library.jvm)
|
||
|
|
alias(libs.plugins.android.lint)
|
||
|
|
}
|
||
|
|
|
||
|
|
dependencies {
|
||
|
|
implementation(projects.core.common)
|
||
|
|
implementation(projects.core.outcome)
|
||
|
|
implementation(projects.feature.mail.account.api)
|
||
|
|
implementation(projects.feature.mail.folder.api)
|
||
|
|
api(projects.mail.common)
|
||
|
|
}
|