20 lines
215 B
Groovy
20 lines
215 B
Groovy
rootProject.name = 'Jabit'
|
|
|
|
include 'core'
|
|
|
|
include 'networking'
|
|
|
|
include 'repositories'
|
|
|
|
include 'demo'
|
|
|
|
include 'wif'
|
|
|
|
include 'cryptography-sc'
|
|
|
|
include 'cryptography-bc'
|
|
|
|
include 'extensions'
|
|
|
|
include 'exports'
|