WalletConnectKotlinV2
WalletConnectKotlinV2 copied to clipboard
Make all protocol functions use the @JvmStatic annotation
Currently, Java developers are only able to access the singleton instances of our clients by using the INSTANCE companion object. For better Java support of all of the clients, we will have to add the annotations @JvmStatic to all public methods so the clients can be used the exact same way in both Java and Kotlin