1
0
mirror of https://github.com/mihonapp/mihon.git synced 2025-03-22 04:19:52 +01:00
mihon/gradle.properties

11 lines
262 B
Properties
Raw Normal View History

2024-02-17 03:35:46 +06:00
android.nonTransitiveRClass=false
android.useAndroidX=true
2020-04-25 09:58:29 -04:00
2024-02-17 03:35:46 +06:00
kotlin.code.style=official
2023-04-16 18:02:24 -04:00
kotlin.mpp.androidSourceSetLayoutVersion=2
2024-02-17 03:35:46 +06:00
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.jvmargs=-Xmx3g -Dfile.encoding=UTF-8
2024-02-17 03:35:46 +06:00
org.gradle.parallel=true