Closed ILIYANGERMANOV closed 2 months ago
Thank you @ILIYANGERMANOV for raising Issue #3506! 🚀 What's next? Read our Contribution Guidelines 📚.
Tagging @ILIYANGERMANOV for review & approval 👀
I'm on it
Thank you for your interest @shamim-emon! 🎉 Issue #3506 is assigned to you. You can work on it! ✅
If you don't want to work on it now, please un-assign yourself so other contributors can take it.
Also, make sure to read our Contribution Guidelines.
Please confirm the following
What would you like to improve?
Rework
val x = mutableStateOf()
andx.value
tox by mutableStateOf()
andx
.Because...
It's more convenient to use and the code becomes simpler to read.
Description
No response
Success Criteria