Merge pull request #564 from vector-im/feature/fga/fix_anvil_incremental_changes

Disable kotlin incremental compilation for now, waiting for better
This commit is contained in:
ganfra 2023-06-08 15:57:53 +02:00 committed by GitHub
commit dee984a769

View file

@ -38,6 +38,9 @@ android.nonTransitiveRClass=true
org.gradle.caching=true
org.gradle.configureondemand=true
org.gradle.parallel=true
# Check here for the reasons https://github.com/square/anvil/issues/693
# useClasspathSnapshot=false is not enough in most cases.
kotlin.incremental=false
# Dummy values for signing secrets / nightly
signing.element.nightly.storePassword=Secret