update qr code scanner screen

This commit is contained in:
2026-05-16 15:11:24 +07:00
parent 5b440112f1
commit 955da2fea6
5 changed files with 94 additions and 10 deletions

View File

@@ -26,6 +26,7 @@ kotlin {
implementation("io.coil-kt.coil3:coil-compose:3.4.0")
implementation("io.coil-kt.coil3:coil-network-okhttp:3.4.0")
implementation("su.reya:nostr-sdk-kmp:0.2.3")
implementation("io.github.kalinjul.easyqrscan:scanner:0.7.0")
}
commonMain.dependencies {
implementation(libs.compose.runtime)