2023-02-23 10:13:01 +00:00
|
|
|
@Suppress("DSL_SCOPE_VIOLATION")
|
2023-01-08 02:14:00 +00:00
|
|
|
plugins {
|
2023-02-23 10:13:01 +00:00
|
|
|
id(ThunderbirdPlugins.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 {
|
2023-02-23 10:13:01 +00:00
|
|
|
api(projects.mail.common)
|
2019-03-08 22:44:56 +00:00
|
|
|
}
|