exch-bms2 / beatoraja

Cross-platform rhythm game based on Java and libGDX.
GNU General Public License v3.0
623 stars 146 forks source link

Can't load IR that implemented in Kotlin #800

Open GEEKiDoS opened 2 months ago

GEEKiDoS commented 2 months ago

Kotlin can't have fields in class, so getFields will always be empty if the IRConnection implemented with kotlin.

Edit: it works with @JvmField, but still, I think it needs to in the IRConnection interface