<@U2H3SABQF> From Java, `glm` is the backing field...
# getting-started
r
@elect From Java,
glm
is the backing field, which is private. To get to the glm val from Java, you have to use
GlmKt.getGlm()
, which isn't that much of an improvement over just
Glm.INSTANCE
, tbh...