mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-02 22:47:32 +01:00
072d1420d6
* refactor: add unit-ban module * refactor: add unit-zoomableimage and unit-chat modules * refactor: add unit-web module * refactor: add unit-selectcommunity module * refactor: add unit-drawer module * refactor: add unit-communityinfo module * refactor: add unit-instanceinfo module * refactor: add unit-remove module * refactor: add unit-reportlist module * refactor: add unit-saveditems module * refactor: add unit-createreport module * refactor: add unit-createcomment module * refactor: add unit-createpost module * refactor: add unit-postdetail module * refactor: add unit-communitydetail module * refactor: add unit-userdetail module * refactor: cleanup
12 lines
356 B
Properties
12 lines
356 B
Properties
#Gradle
|
|
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8 -Dkotlin.daemon.jvm.options\="-Xmx4096M"
|
|
#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 |