9 lines
152 B
Text
9 lines
152 B
Text
![]() |
plugins {
|
||
|
id(ThunderbirdPlugins.Library.jvm)
|
||
|
alias(libs.plugins.android.lint)
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
testImplementation(projects.core.testing)
|
||
|
}
|