update to kotlin 1.9.10

This commit is contained in:
LeHaine 2023-10-27 08:04:52 -04:00
parent 9c91061bcf
commit 511b1fb9db
No known key found for this signature in database
GPG key ID: 8AEC4F9B9F33E9AC
3 changed files with 2 additions and 6 deletions

View file

@ -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

View file

@ -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"

View file

@ -7,6 +7,4 @@ pluginManagement {
}
rootProject.name = "littlekt-game-template"
include("game")
enableFeaturePreview("VERSION_CATALOGS")
include("game")