Strumenta / antlr-kotlin

Support for Kotlin as a target for ANTLR 4
Apache License 2.0
222 stars 47 forks source link

Incompatible with Gradle 8.0.0+ #100

Closed Lordfirespeed closed 1 year ago

Lordfirespeed commented 1 year ago

Due to the legacy IncrementalTaskInputs API being removed in Gradle 8, this plugin does not work with gradle 8 and above.

atsushieno commented 1 year ago

I kinda needed to upgrade Gradle to 8.0 and antlr-kotlin Gradle plugin was the bottleneck. I created a fix for my own fork. I'm not sure what the Gradle migration plan here though. Feel free to take it anyways. https://github.com/atsushieno/antlr-kotlin/commit/d64121e57be8a815aa1a2b3e9e37f1176e4b4b7f

atsushieno commented 1 year ago

Actually why not just create a PR - discard it if the dev. team want to do otherwise.

Lordfirespeed commented 1 year ago

Thankyou! ♥️♥️