QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode/QRCodeBuilder/withRadius
[common] fun withRadius(radius: Int): QRCodeBuilder
Radius of the edges of the Rounded Squares. Only applies for Rounded Squares. If set to a negative number, the default radius will be used.