Files
aiagent/androidExampleDemo/build.gradle
renjianbo 7c5f94d470 new demo
2026-01-20 11:34:22 +08:00

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
}