Federico Tomassetti
Federico Tomassetti
In Kolasu 1.6 we will be able to automatically set the parent, when the kotlin compiler plugin will be used, so `assignParents` will not be necessary anymore
I will wait for the PR to be marked as ready before reviewing it
Could you merge master on this or rebase this on master?
> The root cause should be removed instead of all these workarounds. In my [next generation ANTLR project](https://github.com/mike-lischke/ANTLRng) I plan to convert the recursive prediction code to become iterative and...
For example, - [ ] task `generateKotlinGrammarSource` should be created - [ ] dependencies on generateKotlinGrammarSource should be set for other tasks. - [ ] source sets should be configured...
My bad, I looked for "remind" and not "reminders". This has been addressed multiple times
> Just compiled/tested with K2, all good! Great!
I guess with Kotlin 2, the K2 compiler is enabled by default, right?
Just to clarify: the issue is that I have Java files in the src/test/resources directory of a subproject. The project where I using your plugin is a library to process...