X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=core%2Fbuild.gradle;h=f17b1029a7e1f15f5ac5a79a78cfcde1c1986525;hb=44b306a3ac4fa0e6192ef2d87042c158c2cf8688;hp=f17ab83b56842d3740f6001e8cacc6e0de1aeb97;hpb=11736fceb90d618b4a473f8308a209f25ac7ab45;p=cavedroid.git diff --git a/core/build.gradle b/core/build.gradle index f17ab83..f17b102 100644 --- a/core/build.gradle +++ b/core/build.gradle @@ -1,6 +1,12 @@ -apply plugin: "java" +plugins { + id "org.jetbrains.kotlin.jvm" + id "java" + id "idea" + id "net.ltgt.apt" version "0.21" +} sourceCompatibility = 1.8 + [compileJava, compileTestJava]*.options*.encoding = 'UTF-8' sourceSets.main.java.srcDirs = [ "src/" ] \ No newline at end of file