GitHub / thecodingmontana / jetpack-compose-retrofit
Sample Android project showcasing the integration of Jetpack Compose and Retrofit for making API requests in a modern Android application.
Stars: 0
Forks: 0
Open issues: 0
License: None
Language: Kotlin
Size: 96.7 KB
Dependencies parsed at:
10
Created at: over 1 year ago
Updated at: over 1 year ago
Pushed at: over 1 year ago
Last synced at: 12 days ago
app/build.gradle.kts
maven
- androidx.activity:activity-compose 1.8.2 implementation
- androidx.compose.material3:material3 * implementation
- androidx.compose.ui:ui * implementation
- androidx.compose.ui:ui-graphics * implementation
- androidx.compose.ui:ui-tooling-preview * implementation
- androidx.core:core-ktx 1.12.0 implementation
- androidx.lifecycle:lifecycle-runtime-ktx 2.7.0 implementation
- com.squareup.retrofit2:converter-scalars 2.9.0 implementation
- com.squareup.retrofit2:retrofit 2.9.0 implementation
- junit:junit 4.13.2 testImplementation
build.gradle.kts
maven