*
This commit is contained in:
12
gradle.properties
Normal file
12
gradle.properties
Normal file
@@ -0,0 +1,12 @@
|
||||
# Gradle 守护进程 JVM 参数
|
||||
org.gradle.jvmargs=-Xmx2048m -Dfile.encoding=UTF-8
|
||||
# 官方代码风格,避免平台差异
|
||||
org.gradle.kotlin.dsl.skipMetadataVersionCheck=false
|
||||
|
||||
# AndroidX
|
||||
android.useAndroidX=true
|
||||
# 每个模块独立 R 类,加速构建
|
||||
android.nonTransitiveRClass=true
|
||||
|
||||
# Kotlin 代码风格
|
||||
kotlin.code.style=official
|
||||
Reference in New Issue
Block a user