Using Dotty with cbt

cbt comes with built-in dotty support. Follow the cbt tutorial, then simply extend Dotty in the Build class.

// build/build.scala
import cbt._
class Build(val context: Context) extends Dotty {
  ...
}

Also see the example project.