Files
Android-Kotlin-Modulerized-…/settings.gradle
Melih Aksoy 88022629e1 WIP: feature/abstractions (#45)
* Abstraction layer backup

* Removed DataEntity, was unnecessary for now

* Separated network, persistence, entities and interaction, closes #29

* Renamed binding

* Removed build files, example tests

Removed build files, example tests

* Fixed build files were not being ignored all around app

* Updated CI ymls

* Small changes

* Fixed legacy repository package names

* Fixed CQ findings

* Updated Fastlane

* Packaging changes and version upgrades

* Removed core from interactors

* Version bumps

* Added new module graph
2019-10-30 17:27:53 +01:00

12 lines
262 B
Groovy

rootProject.name = 'RocketScience'
include ':abstractions',
':core',
'app',
':features:launches',
':features:detail',
':data:interactors',
':data:network',
':data:persistence',
':data:definitions'