-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unable to use example class, because I am unable to import classes #12
Comments
Hi @rahullohra2903, |
Here are the files @drieks
build.gradle
|
Hi @rahullohra2903, I'm not sure what you are trying to do. You need Because you opened the Issue here, I think you don't want to create a grammar, therefore you don't need antlr-kotlin directly. You also don't need the groovy, java and antlr plugins to just run the example. The buildscript part is also not required. Please try this
The API of
Your example for
|
Thank you @drieks for your support . Everything is fine now. The build.gradle that you shared is running fine. Only 1 dependency was required in the build.gradle file Thank you for providing guidance in |
Hi, Please help in what I am doing wrong
I am unable to use this AstSource
Dependencies used -
Sample code -
Error -
Unable to import class - AstSource
The text was updated successfully, but these errors were encountered: