6 lines
133 B
Plaintext
Raw Normal View History

rootProject.name = "conditional-dependency-demo"
include("provider1")
include("provider2")
include("consumer1")
include("consumer2")