0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00
thunderbird-android/cli/html-cleaner-cli/build.gradle.kts

17 lines
274 B
Plaintext

plugins {
id(ThunderbirdPlugins.App.jvm)
}
version = "unspecified"
application {
mainClass.set("app.k9mail.cli.html.cleaner.MainKt")
}
dependencies {
implementation(projects.library.htmlCleaner)
implementation(libs.clikt)
implementation(libs.okio)
}