chore: init nostr

This commit is contained in:
2026-04-17 09:27:10 +07:00
parent ccda11ed27
commit f7d4dbcdb1
5 changed files with 40 additions and 26 deletions

View File

@@ -29,6 +29,7 @@ kotlin {
implementation(libs.compose.uiToolingPreview)
implementation(libs.androidx.lifecycle.viewmodelCompose)
implementation(libs.androidx.lifecycle.runtimeCompose)
implementation("org.rust-nostr:nostr-sdk-kmp:0.44.3")
}
commonTest.dependencies {
implementation(libs.kotlin.test)