Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Kotlin
AppKit on Kotlin (Android)
allprojects { repositories { mavenCentral() maven { url "https://jitpack.io" } } }
implementation(platform("com.reown:android-bom:$BOM_VERSION")) implementation("com.reown:android-core") implementation("com.reown:appkit")
-keepattributes *Annotation* -keep class com.sun.jna.** { *; } -keepclassmembers class com.sun.jna.** { native <methods>; *; } -keep class uniffi.** { *; } -dontwarn uniffi.** -dontwarn com.sun.jna.**
Was this page helpful?
Suggestions