-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle.kts
73 lines (49 loc) · 1.15 KB
/
settings.gradle.kts
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
include("common")
include("common-deep")
include("common-spring-annotations")
include("common-spring-annotations-deep")
include("jvm")
include("baseline")
include("baseline-deep")
include("kodein")
include("kodein-deep")
include("koin")
include("koin-deep")
include("koin-reflect")
include("koin-reflect-deep")
include("komodo")
include("komodo-deep")
include("bootique")
include("bootique-deep")
include("dagger")
include("dagger-deep")
include("guice")
include("guice-deep")
include("cayennedi")
include("cayennedi-deep")
include("spring")
include("spring-deep")
include("springboot")
include("springboot-deep")
include("owb")
include("owb-deep")
include("springboot-index")
include("springboot-index-deep")
include("spring-index")
include("spring-index-deep")
include("spring-fu")
include("spring-fu-deep")
include("spring-xml")
include("spring-xml-deep")
include("spring-scan")
include("spring-scan-deep")
include("spring-scan-large")
include("spring-scan-large-deep")
include("quarkus")
include("quarkus-deep")
include("micronaut")
include("micronaut-deep")
include("helidon")
include("helidon-deep")
include("kotlin-lazy")
include("kotlin-lazy-deep")