summaryrefslogtreecommitdiff
path: root/settings.gradle
blob: b22748a10f170c991190387a0d9379a746234a9a (plain)
1
2
3
4
5
6
enableFeaturePreview("GRADLE_METADATA")

include ':common'
project(':common').projectDir = file('./common')

include ':wallet'