mirror of
https://github.com/HighCapable/SweetDependency.git
synced 2025-09-06 02:35:47 +08:00
Initial commit
This commit is contained in:
20
examples/sample-android/settings.gradle.kts
Normal file
20
examples/sample-android/settings.gradle.kts
Normal file
@@ -0,0 +1,20 @@
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
// Import the SweetDependency plugin here
|
||||
// 在这里引入 SweetDependency 插件
|
||||
id("com.highcapable.sweetdependency") version "1.0.0"
|
||||
}
|
||||
sweetDependency {
|
||||
configFileName = "sweet-dependency-config.yaml"
|
||||
isEnableDependenciesAutowireLog = true
|
||||
isEnableVerboseMode = true
|
||||
}
|
||||
rootProject.name = "SweetDependency-Sample-Android"
|
||||
include(":demo-app")
|
||||
include(":demo-library")
|
Reference in New Issue
Block a user