Skip to content

Instantly share code, notes, and snippets.

View C2R-C's full-sized avatar

Robinnsson Cifuentes Ramírez C2R-C

View GitHub Profile
// Hilt + KSP
// build.gradle.kts (Project)
plugins {
id("com.google.devtools.ksp") version "1.8.10-1.0.9" apply false
id("com.google.dagger.hilt.android") version "2.44" apply false
}