Split composeApp into shared (KMP library) and androidApp (Android application) modules to resolve KMP + AGP 9.0 incompatibility. Remove deprecated gradle properties and add performance optimization settings. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
17 lines
435 B
Properties
17 lines
435 B
Properties
#Kotlin
|
|
kotlin.code.style=official
|
|
kotlin.daemon.jvmargs=-Xmx3072M
|
|
|
|
#Gradle
|
|
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
|
|
org.gradle.configuration-cache=true
|
|
org.gradle.caching=true
|
|
|
|
#Android
|
|
android.nonTransitiveRClass=true
|
|
android.useAndroidX=true
|
|
android.uniquePackageNames=false
|
|
android.dependency.useConstraints=true
|
|
android.r8.strictFullModeForKeepRules=false
|
|
android.generateSyncIssueWhenLibraryConstraintsAreEnabled=false
|