conduit/android/gradle.properties
cogwheel c2b96d32b0 chore(android): update Gradle and Kotlin versions, and adjust properties
- 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.
2026-05-21 18:19:32 +05:30

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