Embedding the compiler

Hi,

I am playing with static analysis of kotlin code and I thought embedding the kotlin compiler would be a good start. Is there any documentation/public API I can start with?

There’s no stable public API for the compiler. You are free to hack anything you like on top of it, but we can’t guarantee any API stability at this point.