Files
aiagent/androidExampleDemo/build.gradle

5 lines
236 B
Groovy
Raw Normal View History

2026-01-20 11:34:22 +08:00
// 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
}