mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-10-19 02:49:21 +08:00
style: optimizing code style
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
@@ -6,18 +7,27 @@ 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(":pangutext-android") {
|
||||
sourcesCode {
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "PanguText"
|
||||
|
||||
include(":demo-android")
|
||||
include(":pangutext-android")
|
Reference in New Issue
Block a user