Browse Source

Disable kotlin incremental compilation for now, waiting for better

feature/fga/small_timeline_improvements
ganfra 1 year ago
parent
commit
37b65697c8
  1. 3
      gradle.properties

3
gradle.properties

@ -38,6 +38,9 @@ android.nonTransitiveRClass=true @@ -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

Loading…
Cancel
Save