mirror of
https://github.com/HighCapable/moshi-companion.git
synced 2025-10-19 00:59:27 +08:00
Initial commit
This commit is contained in:
44
settings.gradle.kts
Normal file
44
settings.gradle.kts
Normal file
@@ -0,0 +1,44 @@
|
||||
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
|
||||
|
||||
pluginManagement {
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
google()
|
||||
mavenCentral()
|
||||
}
|
||||
}
|
||||
|
||||
dependencyResolutionManagement {
|
||||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
gradlePluginPortal()
|
||||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id("com.highcapable.sweetproperty") version "1.0.8"
|
||||
}
|
||||
|
||||
sweetProperty {
|
||||
global {
|
||||
sourcesCode {
|
||||
includeKeys(
|
||||
"^project\\..*\$".toRegex(),
|
||||
"^gradle\\..*\$".toRegex()
|
||||
)
|
||||
isEnableRestrictedAccess = true
|
||||
}
|
||||
}
|
||||
|
||||
rootProject {
|
||||
all {
|
||||
isEnable = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
rootProject.name = "moshi-companion"
|
||||
|
||||
include(":samples:app")
|
||||
include(":companion-api", ":companion-codegen")
|
Reference in New Issue
Block a user