mirror of
https://github.com/jlengrand/detekt.git
synced 2026-03-10 08:11:23 +00:00
8 lines
84 B
Kotlin
8 lines
84 B
Kotlin
plugins {
|
|
id("module")
|
|
}
|
|
|
|
dependencies {
|
|
testImplementation(libs.assertj)
|
|
}
|