I\'m looking for a parameter or configuration in Android Studio / Gradle, that can set the build so it will use all of my CPU cores during build time. i.e. If I have a quad-co
Update for accepted answer:
Since gradle uses Worker API you need to use
org.gradle.workers.max
instead of
org.gradle.parallel.threads
Link to the doc