|
|
@ -64,4 +64,14 @@ dependencies {
|
|
|
|
|
|
|
|
|
|
|
|
// Jetpack Compose Integration
|
|
|
|
// Jetpack Compose Integration
|
|
|
|
implementation("androidx.navigation:navigation-compose:2.5.3")
|
|
|
|
implementation("androidx.navigation:navigation-compose:2.5.3")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// API
|
|
|
|
|
|
|
|
implementation "com.squareup.okhttp3:okhttp:4.9.3"
|
|
|
|
|
|
|
|
implementation "com.squareup.okhttp3:logging-interceptor:4.9.3"
|
|
|
|
|
|
|
|
implementation "com.google.code.gson:gson:2.8.9"
|
|
|
|
|
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
|
|
|
|
|
|
|
implementation 'com.squareup.retrofit2:converter-gson:2.9.0'
|
|
|
|
|
|
|
|
implementation 'com.squareup.retrofit2:retrofit:2.9.0'
|
|
|
|
|
|
|
|
implementation 'androidx.fragment:fragment-ktx:1.5.6'
|
|
|
|
|
|
|
|
implementation 'androidx.multidex:multidex:2.0.1'
|
|
|
|
}
|
|
|
|
}
|