me.scf37.hottie.impl.CompilerBridge.scala Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hottie_2.13 Show documentation
Show all versions of hottie_2.13 Show documentation
Watch, recompile and reload scala files on the fly
The newest version!
package me.scf37.hottie.impl
import scala.tools.nsc.Main
private[impl] object CompilerBridge {
def compile(args: Array[String]): Boolean = Main.process(args)
}