forked from Tribler/trustchain-superapp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.gradle
32 lines (25 loc) · 821 Bytes
/
settings.gradle
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 = 'TrustChain'
include ':ipv8'
project(':ipv8').projectDir = new File(settingsDir, 'kotlin-ipv8/ipv8')
include ':ipv8-android'
project(':ipv8-android').projectDir = new File(settingsDir, 'kotlin-ipv8/ipv8-android')
include 'ipv8-jvm'
project(':ipv8-jvm').projectDir = new File(settingsDir, 'kotlin-ipv8/ipv8-jvm')
include 'demo-jvm'
project(':demo-jvm').projectDir = new File(settingsDir, 'kotlin-ipv8/demo-jvm')
include ':app'
include ':common'
include ':currencyii'
include ':debug'
include ':distributedai'
include ':eurotoken'
include ':freedomOfComputing'
include ':ig-ssi'
include ':musicdao'
include ':musicdao-datafeeder'
include ':gossipML'
include ':peerchat'
include ':trustchain-explorer'
include ':trustchain-payloadgenerator'
include ':trustchain-trader'
include ':trustchain-voter'