Open bitspittle opened 10 months ago
// Before val worker = remember { SomeWorker() } // After val worker = rememberWorker { SomeWorker() }
Also offer to automatically migrate the method call.
PSI fun again wohoo
should be fairly easy to detect
Also offer to automatically migrate the method call.