mirror of
https://github.com/littlektframework/littlekt-game-template.git
synced 2025-01-10 11:30:53 -07:00
21 lines
No EOL
502 B
Properties
21 lines
No EOL
502 B
Properties
#Gradle
|
|
org.gradle.jvmargs=-Xmx2048M -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
|
|
|
#Kotlin
|
|
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
|
|
|
|
#Android
|
|
android.compileSdk=33
|
|
android.targetSdk=33
|
|
android.minSdk=21
|
|
android.disableAutomaticComponentCreation=true
|
|
|
|
#JVM
|
|
jvm.mainClass=com.game.template.LwjglApp |