remaining is cleaning up

This commit is contained in:
2026-01-01 03:11:08 +01:00
parent 66e3bbb004
commit f729258419
26 changed files with 684 additions and 362 deletions

View File

@@ -83,6 +83,7 @@ dependencies {
// --- SUPABASE DEPENDENCIES (Corrected) ---
// 1. Implement the BOM using the platform() keyword.
implementation(platform(libs.supabase.bom))
implementation("io.ktor:ktor-client-okhttp:3.3.3")
// 2. Implement the specific Supabase modules using the correct aliases.
implementation(libs.supabase.auth)