When providing arguments to the K2JVMCompiler ```...
# kontributors
n
When providing arguments to the K2JVMCompiler
Copy code
K2JVMCompiler().compile(out, arguments)
Is there a way to have it use the bundled Kotlin distribution in my current classpath instead of having to pass external jars using the
-kotlin-home
flag? I want to be able to bundle the Kotlin embeddable compiler with everything that it needs to work in a single binary without requiring any external files
d
As far as I know, this isn't supported yet. Maybe @udalov will correct me.
u
No, it’s not supported
n
Thanks, I appreciate the feedback