From e99952efafbfd2c0e9a81457c034453dccc91fd6 Mon Sep 17 00:00:00 2001 From: Ced Naru Date: Tue, 7 May 2024 15:57:59 +0200 Subject: [PATCH] Update to 0.9.1-4.2.2 --- build.gradle.kts | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 4743af3..8da3919 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,5 +1,5 @@ plugins { - id("com.utopia-rise.godot-kotlin-jvm") version "0.9.0-4.2.2" + id("com.utopia-rise.godot-kotlin-jvm") version "0.9.1-4.2.2" } repositories { @@ -17,8 +17,4 @@ godot { // To enable iOS export and Graal Native Image export. //isGraalNativeImageExportEnabled.set(true) -} - -kotlin.sourceSets.main { - kotlin.srcDirs("demo") -} +} \ No newline at end of file