Faster builds in IntelliJ

Quick tips on making Recaf build faster using IntelliJ.

Open your IntelliJ settings once the project is open and navigate to Build, Execution, Deployment | Build Tools | Gradle. Change the "using" options to IDEA instead of Gradle.

You will need to do gradlew build at least once before doing this to create a few files created by the build script.

Last updated