alexzhirkevich / custom-qr-generator

Android library for creating QR codes with logo, custom shapes, colors, background image. Powered by ZXing
MIT License
173 stars 18 forks source link

in v1.5.6 SweepGradient(Array) can not pass the value from java code because of generic array type in kotlin. #16

Closed hardikbhalodi closed 1 year ago

hardikbhalodi commented 1 year ago

in 1.5.5 it was SweepGradient(List<Pair<Float, Int>>)) ==> java list is working

in 1.5.6 it is SweepGradient(Array<Pair<Float, Int>>)) ==> here is generic array so can not convert from java to kotlin

alexzhirkevich commented 1 year ago

It will be list again in next releases