19 lines
424 B
Properties
19 lines
424 B
Properties
#Kotlin
|
|
kotlin.code.style=official
|
|
kotlin.daemon.jvmargs=-Xmx2048M
|
|
|
|
#Gradle
|
|
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8
|
|
|
|
#Ktor
|
|
io.ktor.development=true
|
|
|
|
#IDE
|
|
kotlin.build.report.output=build_scan
|
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
|
org.jetbrains.kotlin.wasm.check.wasm.binary.format=false
|
|
kotlin.native.ignoreDisabledTargets=true
|
|
|
|
#IntelliJ IDEA
|
|
idea.project.settings.delegate.build.run.actions.to.gradle=true
|