1.1.1
🎉 Released a new version 1.1.1
! 🎉
What's New?
- Updated kotlin version to
1.4.20
internally. - Added a new attribute
radiusArray
for setting radius to each corner.
.radiusArray = floatArrayOf(0f, 0f, 0f, 0f, 50f, 50f, 50f, 50f)
- Hidden the setters of the
TextForm
in Java projects. - Refactored internal functions.