youssef
expect fun Scope.isScreenLandscape(): Boolean
var isScreenLandscape by remember() { mutableStateOf(false) } KoinContext { val screenOrientation = getKoin().getScope("").isScreenLandscape() isScreenLandscape = screenOrientation }
A modern programming language that makes developers happier.