Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created March 8, 2024 05:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skydoves/02219e7dde672353ff467a331878c5be to your computer and use it in GitHub Desktop.
Save skydoves/02219e7dde672353ff467a331878c5be to your computer and use it in GitHub Desktop.
stability_list
internal var mutableUserList: MutableList<User> = mutableListOf()
public val userList: List<User> = mutableUserList
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment