The docs are about how you call it from Kotlin. Ad...
# announcements
m
The docs are about how you call it from Kotlin. Add
@JvmStatic
to the methods if you want to call it like
ClassName.methodName()
from Java.