Join Slack
Powered by
how can I get a reference to a top level function ...
# getting-started
e
elaborate tissue
06/20/2019, 3:09 PM
how can I get a reference to a top level function from a string, e.g. the name of the function
😱 3
elaborate tissue
06/20/2019, 4:11 PM
ended up going with this
https://stackoverflow.com/questions/34824324/get-function-by-name-dynamically-in-kotlin
a
adamd
06/20/2019, 6:09 PM
why do you need such thing? I'm just curious
e
elaborate tissue
06/20/2019, 6:30 PM
messing with coroutine channels / pipelines, wanted to be able to configure which pipes run based on a config file. yes I feel dirty
k
karelpeeters
06/20/2019, 7:07 PM
And you can't put them in a map or something?
😲 1
☝🏼 1
6
Views
Open in Slack
Previous
Next