2021-05-15 20:03:23 +02:00
|
|
|
dependencies {
|
2021-10-13 17:32:29 +02:00
|
|
|
api project(':settings-api')
|
2021-05-15 20:03:23 +02:00
|
|
|
api project(':content-core')
|
2022-08-04 11:47:14 +02:00
|
|
|
api libs.datastructures.tiny
|
2021-10-13 17:32:29 +02:00
|
|
|
testImplementation project(":settings-content-json")
|
2021-05-15 20:03:23 +02:00
|
|
|
}
|