I currently pass `-Pkotlin.incremental=false` to a...
# build-tools
e
I currently pass
-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?