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
[BUG] Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
#408
Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
Below error while running in desktop
Config
CMP : 1.6.11
Kotlin 2.0.0
Precompose 1.6.2
The text was updated successfully, but these errors were encountered:
JagadishaIncture
changed the title
[BUG] Desktop not running
[BUG] Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
Nov 28, 2024
Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
at moe.tlaster.precompose.PreComposeWindowKt.LocalWindow$lambda$1(PreComposeWindow.kt:78)
at kotlin.SynchronizedLazyImpl.getValue(LazyJVM.kt:74)
at androidx.compose.runtime.LazyValueHolder.getCurrent(ValueHolders.kt:46)
at androidx.compose.runtime.LazyValueHolder.readValue(ValueHolders.kt:48)
at androidx.compose.runtime.CompositionLocalMapKt.read(CompositionLocalMap.kt:91)
at androidx.compose.runtime.ComposerImpl.consume(Composer.kt:2375)
at moe.tlaster.precompose.PreComposeWindowKt.PreComposeApp(PreComposeWindow.kt:162)
Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
Exception in thread "main" java.lang.IllegalStateException: No Window for PreCompose, please use ProvidePreComposeLocals in WindowScope to setup your desktop project
Below error while running in desktop
Config
CMP : 1.6.11
Kotlin 2.0.0
Precompose 1.6.2
The text was updated successfully, but these errors were encountered: