Posts

Showing posts from January, 2024

Android Dependencies: KT

// ksp id("com.google.devtools.ksp") version "1.9.22-1.0.16" apply false //dragger hilt implementation("com.google.dagger:hilt-android:2.50") ksp("com.google.dagger:hilt-compiler:2.50") id("com.google.dagger.hilt.android") version "2.50" apply false // Retrofit implementation ("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.squareup.retrofit2:converter-gson:2.9.0") Github: https://github.com/square/retrofit/releases/tag/2.9.0