eygraber
04/26/2018, 9:34 PM-Pkotlin.incremental=false
to all my Gradle commands on CI/CD, and it seems like a lot of my tasks run slower (e.g. ./gradlew clean -Pkotlin.incremental=false && ./gradlew lintDebug -Pkotlin.incremental=false && ./gradlew testDebugUnitTest -Pkotlin.incremental=false
. Is this unnecessary, and is it slowing those tasks down?