content/content-settings/build.gradle

5 lines
98 B
Groovy
Raw Normal View History

dependencies {
api project(':content-core')
testImplementation project(":content-json")
}