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