- Add box_mode parameter to box submission API for one-to-one/one-to-many/many-to-one modes - Allow re-scan override in one2one mode without clearing state - Improve duplicate detection messages per boxing mode - Disable Kotlin incremental compilation to fix cross-drive build failure Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
9 lines
327 B
INI
9 lines
327 B
INI
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
kotlin.incremental=false
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
systemProp.http.proxyHost=127.0.0.1
|
|
systemProp.http.proxyPort=8800
|
|
systemProp.https.proxyHost=127.0.0.1
|
|
systemProp.https.proxyPort=8800
|