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