Kotlin / grammar-tools

Tokenization and parsing Kotlin code using the ANTLR Kotlin grammar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build error

zhelenskiy opened this issue · comments

I tried to clone the repo and build it. But I got:
image
I assume it to be a missed dependency.

There's indeed a dependency missing, making it impossible for others to build this project at the moment.

Hi @PetukhovVictor could you please add the missing dependency or publish a new build with the fixes from #3 ?

Thank you in advance

We added a better description on how one can currently use the kotlin-grammar-tools library in the README. That should somewhat help =)