Skip to content

Instantly share code, notes, and snippets.

View ivpal's full-sized avatar

Pavel Ivanov ivpal

View GitHub Profile
package org.acme
import org.jetbrains.kotlin.cli.common.arguments.K2JVMCompilerArguments
import org.jetbrains.kotlin.cli.common.messages.MessageRenderer
import org.jetbrains.kotlin.cli.common.messages.PrintingMessageCollector
import org.jetbrains.kotlin.cli.jvm.K2JVMCompiler
import org.jetbrains.kotlin.config.Services
import java.io.File
import java.io.PrintWriter
import java.net.URLClassLoader