mirror of
https://github.com/RDCN-Community-Developers/rdkt.git
synced 2026-09-05 01:35:31 +08:00
12 lines
371 B
Properties
12 lines
371 B
Properties
#Gradle
|
|
org.gradle.jvmargs=-Xmx2048M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx2048M"
|
|
org.gradle.caching=true
|
|
org.gradle.configuration-cache=true
|
|
#Kotlin
|
|
kotlin.code.style=official
|
|
#MPP
|
|
kotlin.mpp.enableCInteropCommonization=true
|
|
#Android
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
org.jetbrains.dokka.experimental.gradle.pluginMode=V2Enabled |