pajatopmr
02/12/2022, 12:54 PM// don't inline, surface controls canvas life time
private val surface = Surface.makeRasterN32Premul(100, 100)
private val canvas = surface.canvas
What's this code doing in terms of facilitating JVM Compose testing?Kirill Grouchnikov
02/13/2022, 12:52 AMpajatopmr
02/13/2022, 7:57 AMpajatopmr
02/14/2022, 12:48 PM