mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-25 10:11:28 -07: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
|
||||
|
||||
#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
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -7,6 +7,4 @@ pluginManagement {
|
|||
}
|
||||
|
||||
rootProject.name = "littlekt-game-template"
|
||||
include("game")
|
||||
|
||||
enableFeaturePreview("VERSION_CATALOGS")
|
||||
include("game")
|
Loading…
Reference in a new issue