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)
|
|
|
|
}
|
2018-06-02 20:08:26 +00:00
|
|
|
|
|
|
|
dependencies {
|
2023-02-23 10:13:01 +00:00
|
|
|
api(projects.backend.api)
|
|
|
|
api(projects.mail.protocols.pop3)
|
|
|
|
api(projects.mail.protocols.smtp)
|
2018-06-02 20:08:26 +00:00
|
|
|
|
2023-02-23 10:13:01 +00:00
|
|
|
testImplementation(projects.mail.testing)
|
2018-06-02 20:08:26 +00:00
|
|
|
}
|