mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-03-19 05:40:29 -06:00
update to kotlin 1.9.10
This commit is contained in:
parent
9c91061bcf
commit
511b1fb9db
3 changed files with 2 additions and 6 deletions
|
@ -5,10 +5,8 @@ org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
|
||||||
#MPP
|
#MPP
|
||||||
kotlin.mpp.enableGranularSourceSetsMetadata=true
|
|
||||||
kotlin.mpp.enableCInteropCommonization=true
|
kotlin.mpp.enableCInteropCommonization=true
|
||||||
kotlin.mpp.stability.nowarn=true
|
kotlin.mpp.stability.nowarn=true
|
||||||
kotlin.native.enableDependencyPropagation=false
|
|
||||||
kotlin.js.generate.executable.default=false
|
kotlin.js.generate.executable.default=false
|
||||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[versions]
|
[versions]
|
||||||
plugin-android = "7.3.1"
|
plugin-android = "7.3.1"
|
||||||
plugin-kotlin = "1.8.10"
|
plugin-kotlin = "1.9.10"
|
||||||
|
|
||||||
kotlinx-html = "0.9.1"
|
kotlinx-html = "0.9.1"
|
||||||
kotlinx-coroutines = "1.7.3"
|
kotlinx-coroutines = "1.7.3"
|
||||||
|
|
|
@ -7,6 +7,4 @@ pluginManagement {
|
||||||
}
|
}
|
||||||
|
|
||||||
rootProject.name = "littlekt-game-template"
|
rootProject.name = "littlekt-game-template"
|
||||||
include("game")
|
include("game")
|
||||||
|
|
||||||
enableFeaturePreview("VERSION_CATALOGS")
|
|
Loading…
Add table
Reference in a new issue