I'm trying to come up with a DSL-y way to fill a `...
# announcements
k
I'm trying to come up with a DSL-y way to fill a
Bundle
(
Map
-like Android class). Is there a way to make the following code work:
Copy code
val bundle = bundle {
    "key"("value")
}