forked from perny/hudkit
fix: resolve JVM signature clash for locale property #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "claw/hudkit:feat/translation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The
var locale: Locale?property auto-generates agetLocale()getter that conflicts with the explicitfun getLocale(): Localemethod.This adds
@JvmNameannotations to the property getter/setter to avoid the clash:Build verified ✅
LMAOOOOO THIS IS THE FUTURE!
names are goofy af, but if it works it works