mirror of
https://github.com/BetterAndroid/Hikage.git
synced 2025-10-19 02:59:31 +08:00
style: optimizing code style
This commit is contained in:
@@ -6,12 +6,19 @@ pluginManagement {
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
}
|
||||
|
||||
sweetProperty {
|
||||
rootProject { all { isEnable = false } }
|
||||
rootProject {
|
||||
all {
|
||||
isEnable = false
|
||||
}
|
||||
}
|
||||
|
||||
project(
|
||||
":hikage-core",
|
||||
":hikage-core-lint",
|
||||
@@ -27,7 +34,9 @@ sweetProperty {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "Hikage"
|
||||
|
||||
include(":samples:app")
|
||||
include(
|
||||
":hikage-core",
|
||||
|
Reference in New Issue
Block a user