I have a need to use the kotlin embedded compiler to compile sources on the fly. Is there any documentation related to its public APIs?.
I searched around and could not find any docs as to how to invoke it sending it the classpath and sources.
I know I can invoke
kotlinc
as a process but I heard there is a way to do the same programmatically. Any advice or pointers are appreciated. thanks!