<@U78M6DEB0> commented on <@U78M6DEB0>’s file <htt...
# getting-started
u
@Karolo commented on @Karolo’s file https://kotlinlang.slack.com/files/U78M6DEB0/F79NY5GHX/rx_kotlin.txt: Hi i wonder how to properly work on observables, in that example i would like to create Observable with Int's, not Array<Int>, how can it be achieved ? When I try using flatMap my first argument is ArrayList<Int> and then when trying to use another flatMap inside it yields that it expected Iterable not actual Int