but when i try something like: ```fun moveTostep(@...
# android
m
but when i try something like:
Copy code
fun moveTostep(@GoalStep step: Int) {
        currentStep.set(step)
    }

    fun doSomething() {
        moveTostep(0)
    }