diff --git a/examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt b/examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt index 04c6d0b0a3..5969f242d6 100644 --- a/examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt +++ b/examples/todoapp/desktop/src/jvmMain/kotlin/example/todo/desktop/Main.kt @@ -35,7 +35,7 @@ fun main() { Surface(modifier = Modifier.fillMaxSize()) { MaterialTheme { DesktopTheme { - todoRoot.invoke() + todoRoot() } } }