2020-11-03 11:07:42 +01:00
|
|
|
dependencies {
|
2021-02-28 01:11:38 +01:00
|
|
|
api project(':graphics-pdfbox')
|
|
|
|
api project(':graphics-barcode')
|
2021-12-13 21:21:39 +01:00
|
|
|
api project(':graphics-chart')
|
2025-01-21 14:59:02 +01:00
|
|
|
api project(':graphics-fonts')
|
2025-03-13 13:39:34 +01:00
|
|
|
api libs.settings.api
|
|
|
|
testImplementation testLibs.settings.json
|
2025-01-22 17:52:05 +01:00
|
|
|
testRuntimeOnly project(':graphics-fonts-arabic')
|
2025-01-21 14:59:02 +01:00
|
|
|
testRuntimeOnly project(':graphics-fonts-latin')
|
|
|
|
testRuntimeOnly project(':graphics-fonts-hebrew')
|
|
|
|
testRuntimeOnly project(':graphics-fonts-cjk')
|
2020-11-10 09:32:04 +01:00
|
|
|
}
|