mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 23:07:31 +01:00
d349aa5dbe
* chore: add support in rendering * feat: update screen to use new property * feat: add new dialog * chore: update persistence * feat: update settings screen * chore: update other dialogs * chore: l10n closes #404
14 lines
405 B
Properties
14 lines
405 B
Properties
#Gradle
|
|
org.gradle.jvmargs=-Xmx8192M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx8192M"
|
|
#Kotlin
|
|
kotlin.code.style=official
|
|
#Android
|
|
android.useAndroidX=true
|
|
android.nonTransitiveRClass=true
|
|
#MPP
|
|
kotlin.mpp.enableCInteropCommonization=true
|
|
kotlin.mpp.androidSourceSetLayoutVersion=2
|
|
#Compose
|
|
org.jetbrains.compose.experimental.uikit.enabled=true
|
|
#Native
|
|
kotlin.native.ignoreDisabledTargets=true |