DEADSOFTWARE

Add JetBrains dependency
[cavedroid.git] / core / build.gradle
index f17ab83b56842d3740f6001e8cacc6e0de1aeb97..1f36e4cc46c622146451680fea6f6b625ac67d0f 100644 (file)
@@ -1,6 +1,11 @@
 apply plugin: "java"
 
 sourceCompatibility = 1.8
+
+dependencies {
+    implementation 'org.jetbrains:annotations:15.0'
+}
+
 [compileJava, compileTestJava]*.options*.encoding = 'UTF-8'
 
 sourceSets.main.java.srcDirs = [ "src/" ]
\ No newline at end of file