kotlin-graphics / imgui

Bloat-free Immediate Mode Graphical User interface for JVM with minimal dependencies (rewrite of dear imgui)
MIT License
594 stars 37 forks source link

Use of `static` in package identifier can cause Java interoperability problems #175

Closed tasgon closed 1 year ago

tasgon commented 2 years ago

One of the packages in core is imgui.static, however static is a reserved keyword and trying to refer to it from Java results in a compile-time error. Would it be possible to change the naming here?

If you'd rather, I can try to submit a PR for this change later today.

elect86 commented 1 year ago

Thanks!