mirror of
https://github.com/HighCapable/YukiHookAPI.git
synced 2025-10-20 01:59:25 +08:00
Initial commit
This commit is contained in:
30
settings.gradle.kts
Normal file
30
settings.gradle.kts
Normal file
@@ -0,0 +1,30 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.highcapable.sweetdependency") version "1.0.4"
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
}
|
||||
|
||||
sweetProperty {
|
||||
global {
|
||||
sourcesCode {
|
||||
includeKeys("^project\\..*\$".toRegex())
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
rootProject { all { isEnable = false } }
|
||||
project(":samples:app", ":samples:module") { sourcesCode { isEnable = false } }
|
||||
}
|
||||
|
||||
rootProject.name = "YukiHook"
|
||||
|
||||
include(":samples:app", ":samples:module")
|
||||
include(":yukihook-core", ":yukihook-api-rovo89", ":yukihook-api-libxposed", ":yukihook-api-helper")
|
Reference in New Issue
Block a user