Which kotlin parser to use from java

Hi all,

I am implementing a refactoring and code analysis tool written in java. Therefore I am looking for an easy way to parse and refactor kotlin code using an AST implementation (like jdt does). Can you recommend me, which library to use or which way I should do?

Looking forward on any feedback

Thanks and nice weekend
Markus

Any ideas out there?