mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -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.native.enableDependencyPropagation=false
|
||||
kotlin.js.generate.executable.default=false
|
||||
kotlin.mpp.androidSourceSetLayoutVersion=2
|
||||
|
||||
#Android
|
||||
android.compileSdk=33
|
||||
|
@ -18,4 +19,4 @@ android.minSdk=21
|
|||
android.disableAutomaticComponentCreation=true
|
||||
|
||||
#JVM
|
||||
jvm.mainClass=com.game.template.LwjglApp
|
||||
jvm.mainClass=com.game.template.LwjglApp
|
||||
|
|
Loading…
Reference in a new issue