X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=desktop%2Fbuild.gradle;h=70a63ba56bc3d5f3207941b4c50ac64eab09ee3e;hb=36f78fdd1d4f8b9a1c77f8fbedc05e5675a5c288;hp=3436d706d7d6b68dda0a0bdfba095c7614331abe;hpb=26df40fee82cb14e75d757aaee7e31008ff3e46c;p=cavedroid.git diff --git a/desktop/build.gradle b/desktop/build.gradle index 3436d70..70a63ba 100644 --- a/desktop/build.gradle +++ b/desktop/build.gradle @@ -1,4 +1,7 @@ -apply plugin: "kotlin" +plugins { + id 'kotlin' + id 'org.jetbrains.kotlin.plugin.serialization' version "$kotlinVersion" +} sourceCompatibility = 17 sourceSets.main.java.srcDirs = [ "src/" ]