tajchert/Nammu

Add JvmStatic annotations for static functions

AfzalivE opened this issue · 2 comments

For Java interoperability, please add @JvmStatic annotations on static functions.

You can use it with Nammu.INSTANCE ,
ex: Nammu.INSTANCE.onRequestPermissionsResult(requestCode, permissions, grantResults);

I'm open to PR, if not I will try to do in some time later