littlekt-game-template/gradle.properties

21 lines
502 B
Properties
Raw Normal View History

2022-03-09 14:55:07 -07:00
#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
2022-03-09 14:55:07 -07:00
android.minSdk=21
android.disableAutomaticComponentCreation=true
#JVM
jvm.mainClass=com.game.template.LwjglApp