12 lines
242 B
Text
12 lines
242 B
Text
plugins {
|
|
id(ThunderbirdPlugins.Library.jvm)
|
|
alias(libs.plugins.android.lint)
|
|
}
|
|
|
|
dependencies {
|
|
implementation(projects.backend.api)
|
|
|
|
implementation(libs.okio)
|
|
implementation(libs.junit)
|
|
implementation(libs.assertk)
|
|
}
|