From 5865a9b4cc375f08458b6c3cd3974c54a1732695 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 5 Dec 2022 21:02:21 +0600 Subject: Kotlin support for Android --- core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/build.gradle') diff --git a/core/build.gradle b/core/build.gradle index 468d26e..6652ac3 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,6 @@ sourceCompatibility = 1.7 dependencies { - implementation 'org.jetbrains:annotations-java5:20.1.0' + //implementation 'org.jetbrains:annotations-java5:20.1.0' } [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' -- cgit v1.2.3