Build a flow

Report a typo

Build a very simple flow – it needs to output integer numbers between 1 and 3, inclusive.

This task uses dependencies that may not be available in your local IDE. As a result, you may see compilation errors or unresolved references when running the code locally. This does not affect solution validation when you submit your solution to Hyperskill.

Write a program in Kotlin
// declare a flow that emits values between 1 and 3
val flow =

Create a free account to access the full topic