2021-02-24 16:57:48 +01:00
|
|
|
dependencies {
|
2023-12-06 16:33:37 +01:00
|
|
|
api project(':graphics-zxing')
|
2021-02-24 16:57:48 +01:00
|
|
|
testImplementation project(':graphics-vector')
|
|
|
|
testImplementation project(':graphics-vector-eps')
|
|
|
|
testImplementation project(':graphics-vector-pdf')
|
|
|
|
testImplementation project(':graphics-vector-svg')
|
2023-12-04 20:53:12 +01:00
|
|
|
testImplementation testLibs.junit.jupiter.params
|
|
|
|
testImplementation testLibs.junit4
|
|
|
|
testImplementation testLibs.reflections
|
2021-02-24 16:57:48 +01:00
|
|
|
}
|