A short one:
if you’re using the next-version branch of the openrndr-template, try opening gradle.properties and uncomment these two lines:
org.gradle.configuration-cache=true
org.gradle.configuration-cache.parallel=true
When I do that build times go down to about 1 second in my laptop.
Does it also improve yours?