Scala incremental compilation

Hello!

It’s great to have one build tool for my Android/Java/Scala projects so I’m quite happy with Gradle. I really hope that it will completely replace sbt (for me) someday. But recompiling even small Scala code changes takes much longer without a compile server. In the user guide I found this:

Note that Zinc’s Nailgun based daemon mode is not supported. Instead, we plan to enhance Gradle’s own compiler daemon to stay alive across Gradle invocations, reusing the same Scala compiler.

I didn’t see related updates in the past versions. Is this still planned for the near future?