pajatopmr
// don't inline, surface controls canvas life time
private val surface = Surface.makeRasterN32Premul(100, 100)
private val canvas = surface.canvas
Kirill Grouchnikov
A modern programming language that makes developers happier.