Skip to content
This repository has been archived by the owner on Apr 17, 2021. It is now read-only.

Commit

Permalink
Issue #2378: Disable kotlin incremental
Browse files Browse the repository at this point in the history
  • Loading branch information
dnarcese authored and mcomella committed Jun 25, 2019
1 parent 1b9919f commit 67e8199
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,7 @@ android.enableJetifier=true
# use of the Daemon will slightly decrease performance.
# https://docs.gradle.org/current/userguide/gradle_daemon.html#gradle_daemon
org.gradle.daemon=false

# Incremental compilation tracks changes of source files between builds so only files affected
# by these changes would be compiled.
kotlin.incremental=false

0 comments on commit 67e8199

Please sign in to comment.