summaryrefslogtreecommitdiffhomepage
path: root/android/settings.gradle.kts
blob: b598a49029ce28f84761396e48a7fb9b63c5703b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
include(
    ":app",
    ":service",
    ":tile"
)
include(
    ":lib:common",
    ":lib:endpoint",
    ":lib:ipc",
    ":lib:model",
    ":lib:resource",
    ":lib:talpid",
    ":lib:theme",
    ":lib:common-test",
    ":lib:billing",
    ":lib:payment"
)
include(
    ":test",
    ":test:arch",
    ":test:common",
    ":test:e2e",
    ":test:mockapi"
)