Skip to content

Instantly share code, notes, and snippets.

@valentineRutto
Created February 11, 2024 13:01
Show Gist options
  • Save valentineRutto/36cc79b383d6ecc2e8751e446655d318 to your computer and use it in GitHub Desktop.
Save valentineRutto/36cc79b383d6ecc2e8751e446655d318 to your computer and use it in GitHub Desktop.
Dependencies
//Koin
implementation("io.insert-koin:koin-android:3.4.3")
implementation("io.insert-koin:koin-androidx-compose:3.4.3")
// Room
implementation("androidx.room:room-runtime:2.6.1")
ksp("androidx.room:room-compiler:2.6.1")
implementation("androidx.room:room-ktx:2.6.1")
//Retrofit
implementation("com.squareup.okhttp3:okhttp:4.12.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-scalars:2.9.0")
implementation("com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter:0.8.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.0")
//Coil
implementation("io.coil-kt:coil-compose:2.5.0")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment