5 lines
236 B
Groovy
5 lines
236 B
Groovy
|
|
// Top-level build file where you can add configuration options common to all sub-projects/modules.
|
||
|
|
plugins {
|
||
|
|
alias(libs.plugins.android.application) apply false
|
||
|
|
id 'com.google.dagger.hilt.android' version '2.48.1' apply false
|
||
|
|
}
|