32 lines
896 B
Kotlin
32 lines
896 B
Kotlin
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")
|