WalletConnectKotlinV2 icon indicating copy to clipboard operation
WalletConnectKotlinV2 copied to clipboard

Make all protocol functions use the @JvmStatic annotation

Open Talhaali00 opened this issue 2 years ago • 0 comments

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

Talhaali00 avatar Jul 11 '23 18:07 Talhaali00