If I try to use the Antlr Gradle plugin with the Multiplatform plugin I cannot build since it applies the Java Library plugin.
What's the solution here?
v
Vampire
05/02/2025, 6:43 PM
Probably just doing the parts you need from the plugin manually.
e
Edoardo Luppi
05/02/2025, 6:43 PM
Damn that's gonna be a lot of work
Edoardo Luppi
05/02/2025, 6:44 PM
Maybe I'll just call the ANTLR .jar file directly instead of passing by the plugin.
Edoardo Luppi
05/02/2025, 6:45 PM
But this new KGP restriction is definitely not user-friendly.
v
Vampire
05/03/2025, 1:07 AM
The plugin is probably not doing much. I meant the plugin itself. You do not need to reinvent the task