kotlin-walletconnect-lib
library to use WalletConnect with Kotlin or Java
Add this library to your project
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:version'
}