forked from Tencent-TDS/KuiklyUI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.2.0.21.gradle.kts
More file actions
36 lines (27 loc) · 855 Bytes
/
settings.2.0.21.gradle.kts
File metadata and controls
36 lines (27 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
pluginManagement {
repositories {
google()
gradlePluginPortal()
mavenCentral()
maven {
url = uri("https://mirrors.tencent.com/repository/maven-tencent/")
}
}
}
val buildFileName = "build.2.0.21.gradle.kts"
rootProject.buildFileName = buildFileName
include(":core-annotations")
project(":core-annotations").buildFileName = buildFileName
include(":core-ksp")
project(":core-ksp").buildFileName = buildFileName
include(":core")
project(":core").buildFileName = buildFileName
include(":core-render-android")
project(":core-render-android").buildFileName = buildFileName
include(":core-render-web:base")
include(":core-render-web:h5")
include(":core-render-web:miniapp")
//include(":compose")
//project(":compose").buildFileName = buildFileName
// include(":demo")
// include(":androidApp")