datastructures/datastructures-multi/build.gradle

4 lines
62 B
Groovy
Raw Normal View History

dependencies {
api project(':datastructures-immutable')
}