CompilationResult
class CompilationResult(val classLoader: URLClassLoader, outputDir: Path, sourceTmpDir: File) : AutoCloseable
Result of a successful compilation.
Implements AutoCloseable to clean up the temporary output directory. Prefer .use { } blocks for automatic cleanup.
Properties
Link copied to clipboard
A URLClassLoader that can load the compiled classes.