Hey,
I have a task where I need to compile Kotlin source code at runtime from within a Java application. Is kotlin-compiler-embeddable the recommended way to achieve this?
For now, I am using K2JVMCompiler, but I’m not sure if this is the best and most stable way. Is this the right tool for compiling Kotlin code from Java at runtime, or are there better alternatives or best practices I should consider?