Installation - WalletConnect Docs
Core Installation Add the `jitpack.io` Maven repository to your `root/build.gradle.kts` file. For example: ``` allprojects { repositories { mavenCentral() maven { url "https://jitpack.io" } } } ``` In `app/build.gradle.kts` add the WalletKit package and its dependencies: ``` implementation("com.reow
Read on WalletConnect Canton ↗