Skip to content

Commit

Permalink
Merge pull request #28 from Team-HMH/fix/gradle_plugin
Browse files Browse the repository at this point in the history
[fix/gradle_plugin]: Fix Plugin Dependency
  • Loading branch information
kez-lab authored Jan 2, 2024
2 parents 904a0e4 + 24872c7 commit f0fa07e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@ internal fun Project.configureAndroidCommonPlugin() {
"implementation"(libs.findLibrary("appcompat").get())
"implementation"(libs.findBundle("lifecycle").get())
"implementation"(libs.findLibrary("material").get())
"implementation"(libs.findLibrary("fragment.ktx").get())
}
}

0 comments on commit f0fa07e

Please sign in to comment.