Need help: is there any way I can use `static` val...
# android
a
Need help: is there any way I can use
static
value in Java from Kotlin? I searched and found this in document: https://kotlinlang.org/docs/reference/java-to-kotlin-interop.html#static-methods and the annotation
JvmStatic
seems not work with constant value