We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our tuples are not capable of destructuring at the moment.
Destructuring is based off nomenclature, where every parameter gets a function componentX() where X is the position of the component.
Reference: https://kotlinlang.org/docs/reference/multi-declarations.html
The text was updated successfully, but these errors were encountered:
It's available by default when using data classes, as pointed out by Victor Galan.
Sorry, something went wrong.
Fix broken links (#99)
f430f82
This commit enables indentation in .editorconfig file so that indenta…
b946197
…tion rules can be enforced (#99)
No branches or pull requests
Our tuples are not capable of destructuring at the moment.
Destructuring is based off nomenclature, where every parameter gets a function componentX() where X is the position of the component.
Reference:
https://kotlinlang.org/docs/reference/multi-declarations.html
The text was updated successfully, but these errors were encountered: