Working shared element transition

Signed-off-by: denis0001-dev <denis0001.dev@ya.ru>
This commit is contained in:
2026-02-07 13:50:50 +03:00
Unverified
parent ed92ab807d
commit ab58b5f22d
13 changed files with 388 additions and 83 deletions
+1
View File
@@ -37,6 +37,7 @@ kotlin {
androidMain.dependencies {
implementation(libs.ktor.client.okhttp)
implementation(libs.androidx.activity.compose)
// NaCl box implementation for transport encryption (Android/JVM only)
implementation("org.purejava:tweetnacl-java:1.1.3")
}