forked from soramitsu/fearless-Android
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.gradle
30 lines (27 loc) · 976 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
enableFeaturePreview("TYPESAFE_PROJECT_ACCESSORS")
rootProject.name = "fearlessWallet"
include ':feature-crowdloan-impl'
include ':feature-crowdloan-api'
include ':feature-staking-impl'
include ':feature-staking-api'
include ':feature-wallet-impl'
include ':feature-wallet-api'
include ':feature-onboarding-impl'
include ':feature-onboarding-api'
include ':app', ':test-shared', ':common', ':feature-splash', 'core-db', 'core-api'
include ':runtime'
include ':feature-account-api'
include ':feature-account-impl'
include ':feature-polkaswap-api'
include ':feature-polkaswap-impl'
include ':feature-success-api'
include ':feature-success-impl'
include ':feature-soracard-api'
include ':feature-soracard-impl'
include ':runtime-permission'
include ':android-foundation'
project(':android-foundation').projectDir = new File('android-foundation')
include ':feature-walletconnect-api'
include ':feature-walletconnect-impl'
include ':feature-nft-api'
include ':feature-nft-impl'