QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode.shape/RoundSquaresShapeFunction/RoundSquaresShapeFunction
[common]\
@JvmOverloads
constructor(squareSize: Int = DEFAULT_CELL_SIZE, radius: Int = defaultRadius(squareSize), innerSpace: Int = defaultInnerSpace(squareSize))