Strumenta / antlr-kotlin

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

Solve name clashes on all platforms #173

Closed lppedd closed 6 months ago

lppedd commented 6 months ago

Alongside @JvmField we now also use @JsName, with a $ as name's suffix.
This closes the chapter of name clashes on all platforms.

Fixes: #172

lppedd commented 6 months ago

@ftomassetti what do you think about a 1.0.0-RC1 after this is merged?

ftomassetti commented 6 months ago

It sounds as a great idea

lppedd commented 6 months ago

@ftomassetti let me know in case more changes are required btw.

ftomassetti commented 6 months ago

Sorry if it took a while to get it merged. I am now looking into publishing 1.0.0-RC1