6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
|
rootProject.name = "conditional-dependency-demo"
|
||
|
include("provider1")
|
||
|
include("provider2")
|
||
|
include("consumer1")
|
||
|
include("consumer2")
|