Fetch pokemon

This commit is contained in:
Joren
2024-04-29 13:45:49 +02:00
parent 5ff9afaa87
commit 57cc5c827b
3 changed files with 53 additions and 1 deletions

View File

@@ -66,4 +66,6 @@ dependencies {
debugImplementation(libs.androidx.ui.test.manifest)
implementation("androidx.navigation:navigation-compose:$nav_version")
implementation("androidx.lifecycle:lifecycle-viewmodel-compose:2.6.1")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
}