Files
ParchmentMC/Parchment-Common/build.gradle.kts
2021-06-18 01:21:06 -04:00

5 lines
135 B
Plaintext

dependencies {
val annotations = "org.jetbrains:annotations:21.0.1"
compileOnly(annotations)
testCompileOnly(annotations)
}