I have a multi-project contains a private macro sub-project which\'s usage is limited to implement method body of other sub-projects. Neither should it be on the runtime classpa
val lib = Project("lib", file("lib")).dependsOn(macro % "compile-internal")
Just had this discussion last night...