From a27390a6a05da5a211eac50ead7716920e1f28d3 Mon Sep 17 00:00:00 2001 From: fred-boy Date: Fri, 27 Sep 2019 21:42:41 +0700 Subject: [PATCH] Add JetBrains dependency --- core/build.gradle | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/build.gradle b/core/build.gradle index f17ab83..1f36e4c 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -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 -- 2.29.2