How to compile .kt files to .class files at runtime? I'm looking for something that works like 'javax.tools.JavaCompiler' to compile souce code file to java class file at runtime.
How to compile .kt files to .class files at runtime? I'm looking for something that works like 'javax.tools.JavaCompiler' to compile souce code file to java class file at runtime.