Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@matiascalvo
Last active April 24, 2022 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matiascalvo/f8bc64c95db1ae1326b486ce5013229e to your computer and use it in GitHub Desktop.
Save matiascalvo/f8bc64c95db1ae1326b486ce5013229e to your computer and use it in GitHub Desktop.
Post - App build.gradle
plugins {
alias libs.plugins.android.application
alias libs.plugins.kotlin.android
alias libs.plugins.hilt.plugin
alias libs.plugins.kotlin.kapt
}
// ....
implementation libs.bundles.room
kapt libs.room.compiler
implementation libs.gson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment