DEADSOFTWARE

Add JetBrains dependency
authorfred-boy <fredboy@protonmail.com>
Fri, 27 Sep 2019 14:42:41 +0000 (21:42 +0700)
committerfred-boy <fredboy@protonmail.com>
Sun, 29 Sep 2019 04:39:17 +0000 (11:39 +0700)
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