-
-
Save matiascalvo/f8bc64c95db1ae1326b486ce5013229e to your computer and use it in GitHub Desktop.
Post - App build.gradle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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