CompilerError
open class CompilerError @InternalKrosstalkApi constructor(message: String, cause: Throwable?) : KrosstalkException
Content copied to clipboard
An error that was caused by an issue with the compiler plugin. None of these should happen without a compiler error being thrown if the compiler plugin works properly.
Constructors
Link copied to clipboard