QRCode Generator implemented in pure Kotlin
//qrcode-kotlin/qrcode.internals/QRCodeSquare/absoluteX
[common]\
@JvmOverloads
fun absoluteX(cellSize: Int = QRCodeProcessor.DEFAULT_CELL_SIZE): Int
Calculates where is the X position where this square will be in the main QRCode image given a cellSize.