buildCompiler

abstract fun buildCompiler(cpFiles: List<File>)

Build the Kotlin compiler state (overlay + createState).

Parameters

cpFiles

the compile classpath to build the compiler against