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
java.lang.AssertionError: Data is too big: 1802136077 >= 8192
at org.jetbrains.compose.desktop.ui.tooling.preview.rpc.RemoteConnectionImpl.readData(RemoteConnection.kt:139)
at org.jetbrains.compose.desktop.ui.tooling.preview.rpc.RemoteConnectionImpl.receiveCommand(RemoteConnection.kt:87)
at org.jetbrains.compose.desktop.ui.tooling.preview.rpc.CommandsKt.receiveConfigFromGradle(commands.kt:89)
at org.jetbrains.compose.desktop.ui.tooling.preview.rpc.PreviewManagerImpl$special$$inlined$repeatWhileAliveThread$default$4.invoke(PreviewManager.kt:312)
at org.jetbrains.compose.desktop.ui.tooling.preview.rpc.PreviewManagerImpl$special$$inlined$repeatWhileAliveThread$default$4.invoke(PreviewManager.kt:283)
at kotlin.concurrent.ThreadsKt$thread$thread$1.run(Thread.kt:30)
I think it is this line that needs to be increased:
I am getting this error while trying to preview a screen in desktopMain. This has not been an issue until today for some reason.
I think it is this line that needs to be increased:
compose-multiplatform/gradle-plugins/preview-rpc/src/main/kotlin/org/jetbrains/compose/desktop/ui/tooling/preview/rpc/constants.kt
Line 10 in 9a9602d
The captured dump of previewing
cap.txt
The text was updated successfully, but these errors were encountered: