Username404-Website/gradle.properties

12 lines
377 B
Properties
Raw Normal View History

org.gradle.daemon=false
kotlin.code.style=official
org.gradle.jvmargs=-Xmx2G -XX:+IgnoreUnrecognizedVMOptions -XX:+UnlockExperimentalVMOptions -XX:+UseShenandoahGC -XX:+AlwaysPreTouch
kotlin.incremental=true
org.gradle.caching=true
org.gradle.parallel=true
org.gradle.configuration-cache=on
org.gradle.vfs.watch=true
2023-08-10 18:38:55 +02:00
kotlin.experimental.tryK2=true
2023-08-10 18:38:55 +02:00
kotlinx-html_version=0.9.1+