2023-01-08 02:14:00 +00:00
|
|
|
plugins {
|
2023-02-15 15:32:07 +00:00
|
|
|
id "thunderbird.library.jvm"
|
2023-01-08 02:14:00 +00:00
|
|
|
alias(libs.plugins.android.lint)
|
|
|
|
}
|
2019-03-08 22:44:56 +00:00
|
|
|
|
2022-08-08 18:41:57 +00:00
|
|
|
dependencies {
|
2022-08-08 19:07:09 +00:00
|
|
|
api project(":mail:common")
|
2019-03-08 22:44:56 +00:00
|
|
|
}
|