# JVM args for the Gradle daemon. org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8 # Opt into stable Gradle features used by the build. org.gradle.caching=true org.gradle.parallel=true org.gradle.configuration-cache=true # Kotlin: use the K2 compiler defaults; official code style. kotlin.code.style=official