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