I couldn't find any documentation or code examples on how to use it though. Do you have that?
Joakim Tengstrand
06/26/2020, 4:40 PM
I could also give you access to my polylith-kotlin project if you want to help me parse a file. I need to be able to read what imports the file has. Do you have ready-to-use functions for that too, or is it "just" a parser?
e
evanchooly
06/26/2020, 4:41 PM
it parses to a model. i use it to parse code and then generate support code in another project of mine.
j
Joakim Tengstrand
06/26/2020, 4:44 PM
I'm new to Kotlin. I'm the author of Polylith that already supports Clojure, but now we want to support Kotlin. It would be really good if you or someone else could help me with the code that can read the content of a Kotlin file. Then I can continue with the rest.