Wasn’t there a change somewhat recently making all...
# compose
z
Wasn’t there a change somewhat recently making all composable methods (member functions) non-skippable or non-restartable or something? I don’t see anything in the runtime release notes though so maybe I imagined it?
I guess it should be in the compiler release notes actually, but I’m not sure where the canonical ones are
s
There were some updates similar to what you're describing in the Kotlin 2.0.20 Compose Compiler. Is this what you're remembering?
z
hm there's a note about default params on abstract funs, and strong skipping, but not skipping abstract funs
z
Bingo! Ugh I hate how kotlin does release notes. I don’t want a blog I want a bullet list, like androidx 😅
Thanks!