``` val bundle = bundleOf( "key" to "value" ) ...
# announcements
s
Copy code
val bundle = bundleOf(
    "key" to "value"
)