mirror of
https://github.com/SlimeVR/SlimeVR-Server.git
synced 2026-04-05 18:01:56 +02:00
Co-authored-by: Butterscotch! <bscotchvanilla@gmail.com> Co-authored-by: loucass003 <loucass003@gmail.com>
21 lines
818 B
Properties
21 lines
818 B
Properties
# Fixes bug with spotless. See https://github.com/diffplug/spotless/issues/834#issuecomment-819118761
|
|
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED \
|
|
--add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
|
|
|
|
kotlin.code.style=official
|
|
# https://github.com/Kotlin/kotlinx-atomicfu#atomicfu-compiler-plugin
|
|
kotlinx.atomicfu.enableJvmIrTransformation=true
|
|
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
org.gradle.unsafe.configuration-cache=false
|
|
|
|
kotlinVersion=2.0.20
|
|
spotlessVersion=8.0.0
|
|
shadowJarVersion=8.3.2
|
|
buildconfigVersion=5.5.0
|
|
grgitVersion=5.2.2
|