Dear all, any of you face massive build slowdown a...
# room
i
Dear all, any of you face massive build slowdown after adding room and KSP? My build takes longer than 30 minutes now. It is especially painful on Bitrise that I want to use for deployment. My gradle properties:
Copy code
kotlin.code.style=official

kotlin.daemon.jvmargs=-Xmx6g

#Gradle
org.gradle.jvmargs=-Xmx6g -Dfile.encoding=UTF-8 -XX:+UseG1GC

#Android
android.nonTransitiveRClass=true
android.useAndroidX=true

# Enable Gradle Daemon
org.gradle.daemon=true
# Enable Configure on demand
org.gradle.configureondemand=true
# Enable parallel builds
org.gradle.parallel=true
# Enable Build Cache
#android.enableBuildCache=true
# Enable simple gradle caching
org.gradle.caching=true
# Increase memory allotted to JVM

ksp.incremental=true

#
## Enable Kotlin Incremental Compilation
kotlin.incremental=true
kotlin.incremental.multiplatform=true
#
## Enable Configuration Cache
#org.gradle.configuration-cache=true