Any Bundle builder on Kotlin? Like, ```Bundle.of(...
# android
a
Any Bundle builder on Kotlin? Like,
Copy code
Bundle.of(mapOf(
  “key” to “value"
))
?