11 lines
314 B
Properties
11 lines
314 B
Properties
kotlin.code.style=official
|
|
kotlin_version=2.3.0
|
|
ktor_version=3.4.1
|
|
|
|
# Memory settings for Gradle and Kotlin/Native compiler
|
|
org.gradle.jvmargs=-Xmx4G -XX:MaxMetaspaceSize=1G
|
|
kotlin.native.jvmArgs=-Xmx4G
|
|
|
|
# Fix for "Default Kotlin Hierarchy Template Misconfiguration"
|
|
kotlin.mpp.applyDefaultHierarchyTemplate=false
|