library to use WalletConnect with Kotlin or Java
Add the @jitpack repository to your gradle file:
repositories {
...
maven { url 'https://jitpack.io' }
}
Add the dependency:
dependencies {
implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
}