Strumenta / antlr-kotlin

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

Remove the dependency on kotlin-reflect #192

Closed lppedd closed 2 months ago

lppedd commented 2 months ago

As noticed by @JesusMcCloud in #153, we depend on kotlin-reflect in the runtime, but we don't actually use it.

JesusMcCloud commented 2 months ago

That's awesome! This fix alone goes a long way to be compatible with more Kotlin versions simultaneously!

ftomassetti commented 2 months ago

Looks good and all tests are passing. Merging.