datastructures/datastructures-tiny/build.gradle

5 lines
60 B
Groovy
Raw Normal View History

2020-10-21 11:30:12 +02:00
2020-09-12 22:42:03 +02:00
dependencies {
api project(':datastructures-common')
2020-10-21 11:30:12 +02:00
}