thunderbird-android/mail/protocols/pop3/build.gradle.kts
2023-02-23 14:52:15 +01:00

17 lines
349 B
Text

plugins {
id "thunderbird.library.jvm"
alias(libs.plugins.android.lint)
}
if (rootProject.testCoverage) {
apply plugin: 'jacoco'
}
dependencies {
api project(":mail:common")
testImplementation project(":mail:testing")
testImplementation libs.okio
testImplementation libs.jzlib
testImplementation libs.commons.io
}