Files

6 lines
133 B
Kotlin
Raw Permalink Normal View History

2022-08-08 16:38:34 +05:30
rootProject.name = "conditional-dependency-demo"
include("provider1")
include("provider2")
include("consumer1")
include("consumer2")