File tree Expand file tree Collapse file tree 1 file changed +18
-14
lines changed
Expand file tree Collapse file tree 1 file changed +18
-14
lines changed Original file line number Diff line number Diff line change 11# kotlin-walletconnect-lib
22library to use WalletConnect with Kotlin or Java
3- To add the latest release of the library into android project,
43
5- Step 1:
6- Add it in your root (Project level) build.gradle at the end of repositories:
7- allprojects {
8- repositories {
9- ...
10- maven { url 'https://jitpack.io ' }
11- }
12- }
13-
14- Step 2: Add the dependency to module level gradle file:
15- dependencies {
16- implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
17- }
4+ ## Add this library to your project
5+
6+ Add the @jitpack repository to your gradle file:
7+
8+ ``` gradle
9+ repositories {
10+ ...
11+ maven { url 'https://jitpack.io' }
12+ }
13+ ```
14+
15+ Add the dependency:
16+
17+ ``` gradle
18+ dependencies {
19+ implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6'
20+ }
21+ ```
You can’t perform that action at this time.
0 commit comments