mirror of
https://github.com/BetterAndroid/PanguText.git
synced 2025-09-01 08:15:21 +08:00
Initial commit
This commit is contained in:
23
settings.gradle.kts
Normal file
23
settings.gradle.kts
Normal file
@@ -0,0 +1,23 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.5"
|
||||
}
|
||||
sweetProperty {
|
||||
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