For those who has found this topic and are struggling to actually implement it. This is how
val lwi = object: WindowInfo { override val isWindowFocused = true } CompositionLocalProvider(LocalWindowInfo provides lwi) { //here put your composables }