realize that i need to call the serveer, not become the server - i was mentally drained when making that i presume

This commit is contained in:
odweta
2026-09-04 11:26:28 +02:00
parent d16fab2dc6
commit cb36335bdb
18 changed files with 308 additions and 10 deletions
+9
View File
@@ -46,6 +46,7 @@ dependencies {
implementation(libs.androidx.compose.ui.tooling.preview)
implementation(libs.androidx.core.ktx)
implementation(libs.androidx.lifecycle.runtime.ktx)
implementation(libs.androidx.navigation.compose)
testImplementation(libs.junit)
androidTestImplementation(platform(libs.androidx.compose.bom))
androidTestImplementation(libs.androidx.compose.ui.test.junit4)
@@ -56,4 +57,12 @@ dependencies {
implementation(libs.hilt.android)
ksp(libs.hilt.android.compiler)
// retrofit
implementation(libs.retrofit)
// GSON
implementation(libs.converter.gson)
// coroutines
implementation(libs.kotlinx.coroutines.android)
implementation(libs.kotlinx.coroutines.core)
}