Has anyone worked with the `org.jetbrains.grammark...
# gradle
b
Has anyone worked with the
org.jetbrains.grammarkit
plugin? I'm having issues with Grammar Kit being able to find a class. I don't actually know if the problem is with Gradle or if it's a Grammar Kit problem. Assuming it's a build script problem, how do I ensure that
main/kotlin
is on the parser generator's classpath?
The problem did indeed turn out to be a classpath problem with the plugin. See this issue comment for details.