5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
dependencies {
|
|
val annotations = "org.jetbrains:annotations:21.0.1"
|
|
compileOnly(annotations)
|
|
testCompileOnly(annotations)
|
|
} |