diff --git a/gradle.properties b/gradle.properties index db962d3..e713fe0 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,10 +5,8 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M" kotlin.code.style=official #MPP -kotlin.mpp.enableGranularSourceSetsMetadata=true kotlin.mpp.enableCInteropCommonization=true kotlin.mpp.stability.nowarn=true -kotlin.native.enableDependencyPropagation=false kotlin.js.generate.executable.default=false kotlin.mpp.androidSourceSetLayoutVersion=2 diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2c06377..a23a556 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] plugin-android = "7.3.1" -plugin-kotlin = "1.8.10" +plugin-kotlin = "1.9.10" kotlinx-html = "0.9.1" kotlinx-coroutines = "1.7.3" diff --git a/settings.gradle.kts b/settings.gradle.kts index ad8f737..15cb704 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -7,6 +7,4 @@ pluginManagement { } rootProject.name = "littlekt-game-template" -include("game") - -enableFeaturePreview("VERSION_CATALOGS") \ No newline at end of file +include("game") \ No newline at end of file