Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-02-13 20:53:25 +03:00
Unverified
parent c6a9e32a48
commit d0a0f472eb
11 changed files with 498 additions and 9 deletions
+1
View File
@@ -39,6 +39,7 @@ kotlin {
androidMain.dependencies {
implementation(libs.ktor.client.okhttp)
implementation(libs.androidx.activity.compose)
implementation(libs.androidx.work.runtime.ktx)
// NaCl box implementation for transport encryption (Android/JVM only)
implementation("org.purejava:tweetnacl-java:1.1.3")
}