how to use jetpack compose in android tv? The graphics are displayed normally, but the remote control cannot be used.
Add a Modifier.focusable() – that should do the trick.
Modifier.focusable()