2021-05-15 20:03:23 +02:00
|
|
|
dependencies {
|
2023-10-04 11:27:45 +02:00
|
|
|
api libs.settings.api
|
2021-05-15 20:03:23 +02:00
|
|
|
api project(':content-core')
|
2021-10-13 17:32:29 +02:00
|
|
|
testImplementation project(":settings-content-json")
|
2021-05-15 20:03:23 +02:00
|
|
|
}
|