alexzhirkevich/custom-qr-generator

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

hardikbhalodi opened this issue · 1 comments

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

It will be list again in next releases