type of game step done!

This commit is contained in:
OnlyPapy98
2025-10-31 16:17:15 +01:00
parent bd3d8a3d3f
commit 159837bd6f
30 changed files with 789 additions and 172 deletions

View File

@@ -38,6 +38,9 @@ android {
dependencies {
implementation(fileTree(mapOf("dir" to "libs", "include" to listOf("*.jar", "*.aar"))))
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.1")
implementation("com.squareup.retrofit2:converter-gson:2.11.0")
implementation("com.squareup.retrofit2:retrofit:2.11.0")
implementation(libs.hilt.android)
annotationProcessor(libs.hilt.compiler)
implementation(libs.rxjava)