# kotlin-walletconnect-lib **Repository Path**: ProjectOpenSea/kotlin-walletconnect-lib ## Basic Information - **Project Name**: kotlin-walletconnect-lib - **Description**: library to use WalletConnect with Kotlin or Java - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-06 - **Last Updated**: 2025-08-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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: ```gradle repositories { ... maven { url 'https://jitpack.io' } } ``` Add the dependency: ```gradle dependencies { implementation 'com.github.WalletConnect:kotlin-walletconnect-lib:0.9.6' } ```