4 lines
88 B
Kotlin
4 lines
88 B
Kotlin
plugins {
|
|
id(ThunderbirdPlugins.Library.jvm)
|
|
alias(libs.plugins.android.lint)
|
|
}
|