Closed cvogt closed 7 years ago
val scalac = new ScalaCompilerDependency(context.cbtLastModified, context.paths.mavenCache, scalaVersion)
discoverStaticMethod[String, String](
scalac.loadClass("scala.reflect.NameTransformer"),
"decode"
)
just relying on scalac now instead. fixed in https://github.com/cvogt/cbt/pull/446
currently the code is copied over from scalac. Let's call it via reflection instead