fix MediaFilePicker on snap13.79 and added mapper

This commit is contained in:
RSR/
2026-02-16 20:31:42 +04:00
parent e3008e0c9c
commit 1ac1542384
4 changed files with 101 additions and 27 deletions

View File

@@ -1,6 +1,7 @@
org.gradle.jvmargs=-Xms2G -Xmx4G -Dfile.encoding=UTF-8 --enable-native-access=ALL-UNNAMED
org.gradle.parallel=true
org.gradle.workers.max=8
# Limit workers to avoid R8/minify file locking on Windows (classes.dex in use by another process)
org.gradle.workers.max=1
android.useAndroidX=true
kotlin.code.style=official
android.nonTransitiveRClass=true