Add JvmStatic annotations for static functions
AfzalivE opened this issue · 2 comments
AfzalivE commented
For Java interoperability, please add @JvmStatic annotations on static functions.
pandelisgreen13 commented
You can use it with Nammu.INSTANCE ,
ex: Nammu.INSTANCE.onRequestPermissionsResult(requestCode, permissions, grantResults);
tajchert commented
I'm open to PR, if not I will try to do in some time later