outbox integration

This commit is contained in:
m
2026-09-12 22:08:29 +02:00
parent 86006c285e
commit 1460fdfe0e
21 changed files with 607 additions and 30 deletions
+3
View File
@@ -64,6 +64,9 @@ dependencies {
implementation(libs.hilt.android)
ksp(libs.hilt.compiler)
implementation(libs.androidx.hilt.navigation.compose)
implementation(libs.androidx.hilt.work)
ksp(libs.androidx.hilt.compiler)
implementation(libs.androidx.work.runtime.ktx)
implementation(libs.retrofit)
implementation(libs.retrofit.converter.moshi)