<@U0BAVDU10>: I can’t see it in your link :disappo...
# announcements
e
@fboldog: I can’t see it in your link 😞 I see something like:
startActivity<SomeOtherActivity>("id" to 5)
And it’s, I think is not as comfortable, as just
id to 5
or
5 over id
because it doesn’t support refactor with IDE. When you rename your parameter - you have to rename it everywhere in your project. Isn’t it?