Skip to content

Instantly share code, notes, and snippets.

@wisnukurniawan
Last active January 26, 2020 12:19
Show Gist options
  • Save wisnukurniawan/a458a0cadb9984dd746625ff095468bd to your computer and use it in GitHub Desktop.
Save wisnukurniawan/a458a0cadb9984dd746625ff095468bd to your computer and use it in GitHub Desktop.
project.ext.config = [
"feature-setting",
"feature-transaction",
"feature-order-flight",
"feature-order-train",
"feature-order-hotel"
]
dependencies {
project.config.each { module ->
project.dependencies.add("implementation", project(":${module}"))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment