Marc
fun moveTostep(@GoalStep step: Int) { currentStep.set(step) } fun doSomething() { moveTostep(0) }