mirror of
https://github.com/cogwheel0/conduit.git
synced 2026-08-31 10:34:48 +00:00
- Updated Gradle wrapper to version 8.14.3 for improved performance and features. - Upgraded Android Gradle Plugin to version 8.11.1 and Kotlin plugin to version 2.2.20 for better compatibility and enhancements. - Added properties to maintain legacy Kotlin/AGP behavior until Flutter plugins fully migrate to built-in Kotlin. - Refactored chat page and related widgets to utilize new scroll cache extent handling for improved performance and layout consistency.
6 lines
299 B
Properties
6 lines
299 B
Properties
org.gradle.jvmargs=-Xmx8G -XX:MaxMetaspaceSize=4G -XX:ReservedCodeCacheSize=512m -XX:+HeapDumpOnOutOfMemoryError
|
|
android.useAndroidX=true
|
|
android.enableJetifier=true
|
|
# Keep legacy Kotlin/AGP behavior until Flutter plugins migrate to built-in Kotlin.
|
|
android.builtInKotlin=false
|
|
android.newDsl=false
|