Hey, did you know if extension write like this is better and make it stable by compose ? ```val MyCl...
n
Hey, did you know if extension write like this is better and make it stable by compose ?
Copy code
val MyClass.myCalculatePropExt: Int by lazy { // code to calculate prop }
And did you think it’s better than function extension in compose usage ?