KidShift/build.gradle

6 lines
284 B
Groovy
Raw Normal View History

2024-06-05 05:36:41 +00:00
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
2024-06-06 07:15:49 +00:00
alias(libs.plugins.androidApplication) apply false
id 'com.google.dagger.hilt.android' version '2.44' apply false
2024-06-05 05:50:18 +00:00
alias(libs.plugins.androidLibrary) apply false
2024-06-05 05:36:41 +00:00
}