Jabit/settings.gradle

11 lines
108 B
Groovy
Raw Normal View History

rootProject.name = 'Jabit'
include 'domain'
include 'networking'
2015-05-19 19:16:20 +02:00
include 'repositories'
include 'demo'