You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Kotlin Compose Multiplatform the awtComponent variable is a ComposeWindow object that might be obtained from androidx.compose.ui.window.WindowScope.
WindowScope is an interface. So how to actually obtain an implementation / object for it?
The text was updated successfully, but these errors were encountered:
While the
README.md
saysWindowScope
is an interface. So how to actually obtain an implementation / object for it?The text was updated successfully, but these errors were encountered: