-
Notifications
You must be signed in to change notification settings - Fork 800
/
settings.gradle.kts
32 lines (32 loc) · 925 Bytes
/
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
rootProject.name = "ComposeCookBook"
include(":app")
include(":demos:instagram")
include(":data")
include(":theme")
include(":demos:cryptoapp:app")
include(":demos:cryptoapp:data")
include(":demos:moviesapp:app")
include(":demos:moviesapp:data")
include(":components:charts")
include(":components:tags")
include(":components:carousel")
include(":components:verticalgrid")
include(":demos:spotify")
include(":demos:twitter")
include(":demos:youtube")
include(":demos:gmail")
include(":components:fab")
include(":demos:paint")
include(":components:colorpicker")
include(":demos:tiktok")
include(":demos:datingapp")
include(":animations:lottie")
include(":animations:canvas")
include(":components:comingsoon")
include(":templates:onboarding")
include(":templates:paymentcard")
include(":templates:profile")
include(":templates:login")
include(":templates:pinlock")
include(":templates:cascademenu")
include(":demos:meditation")