Transform the flow

Report a typo

We have a flow that emits some integer numbers. Add transformations to it to multiply every number by 2.

Write a program in Kotlin
// transform given intFlow into a new one according to the task
val flow = intFlow
___

Create a free account to access the full topic