Created
March 31, 2026 00:59
-
-
Save skydoves/de23a929d85121062f4bb5e64dbbe830 to your computer and use it in GitHub Desktop.
Compose HotSwan - Data class property addition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| data class User( | |
| val firstName: String, | |
| val lastName: String, | |
| val avatarUrl: String // Newly added property | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment