8 lines
115 B
Text
8 lines
115 B
Text
|
plugins {
|
||
|
id(ThunderbirdPlugins.Library.jvm)
|
||
|
}
|
||
|
|
||
|
dependencies {
|
||
|
testImplementation(projects.core.testing)
|
||
|
}
|