From 511b1fb9dbb7ba5f6cbdbb22e49816327b037b27 Mon Sep 17 00:00:00 2001 From: LeHaine Date: Fri, 27 Oct 2023 08:04:52 -0400 Subject: [PATCH] update to kotlin 1.9.10 --- gradle.properties | 2 -- gradle/libs.versions.toml | 2 +- settings.gradle.kts | 4 +--- 3 files changed, 2 insertions(+), 6 deletions(-) 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