Hey guys, is there a way to to apply ```@JvmField`...
# getting-started
s
Hey guys, is there a way to to apply
Copy code
@JvmField
to a static function to avoid to call it from Java code like this:
Copy code
Log.INSTANCE.debug(..)