mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-02-03 22:20:16 -07:00
Update gradle.properties
This commit is contained in:
parent
5ee410e63c
commit
aff61bb2d9
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ kotlin.mpp.enableCInteropCommonization=true
|
||||||
kotlin.mpp.stability.nowarn=true
|
kotlin.mpp.stability.nowarn=true
|
||||||
kotlin.native.enableDependencyPropagation=false
|
kotlin.native.enableDependencyPropagation=false
|
||||||
kotlin.js.generate.executable.default=false
|
kotlin.js.generate.executable.default=false
|
||||||
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||||
|
|
||||||
#Android
|
#Android
|
||||||
android.compileSdk=33
|
android.compileSdk=33
|
||||||
|
|
Loading…
Reference in a new issue