chore: add nostr service

This commit is contained in:
2026-04-22 20:03:33 +07:00
parent a520504390
commit 6295378b78
6 changed files with 60 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ kotlin {
sourceSets {
commonMain.dependencies {
// put your Multiplatform dependencies here
implementation("org.rust-nostr:nostr-sdk-kmp:0.44.3")
}
commonTest.dependencies {
implementation(libs.kotlin.test)