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
First of all, i dont know why the tooling icon is not clickable with mouse but it is when focusing button with tab and then clicking Enter. Secondly, when doing this, the dev tools window crashes with this error
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: 'void androidx.compose.foundation.layout.FlowLayoutKt.FlowRow(androidx.compose.ui.Modifier, androidx.compose.foundation.layout.Arrangement$Horizontal, androidx.compose.foundation.layout.Arrangement$Vertical, int, int, androidx.compose.foundation.layout.FlowRowOverflow, kotlin.jvm.functions.Function3, androidx.compose.runtime.Composer, int, int)'
at org.jetbrains.compose.reload.jvm.tooling.DevToolingToolbarKt.DevToolingToolbar(DevToolingToolbar.kt:24)
at org.jetbrains.compose.reload.jvm.tooling.DevToolingWidgetKt.DevToolingWidget(DevToolingWidget.kt:17)
at org.jetbrains.compose.reload.jvm.tooling.DevToolingSidecarKt$DevToolingSidecar$6$2$2.invoke(DevToolingSidecar.kt:161)
at org.jetbrains.compose.reload.jvm.tooling.DevToolingSidecarKt$DevToolingSidecar$6$2$2.invoke(DevToolingSidecar.kt:144)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.kt:142)
at androidx.compose.runtime.internal.ComposableLambdaImpl.invoke(ComposableLambda.kt:51)
at androidx.compose.animation.AnimatedContentKt$AnimatedContent$6$1$5.invoke(AnimatedContent.kt:862)
at androidx.compose.animation.AnimatedContentKt$AnimatedContent$6$1$5.invoke(AnimatedContent.kt:852)
I have another question regarding the Command Line (CMD in Windows) window that opens when running it. Can it be hidden via some config? it is quite annoying.
Im using Compose 1.8.0+dev2030, Kotlin 2.1.20-Beta02 and the latest dev version of Hot reload
The text was updated successfully, but these errors were encountered:
First of all, i dont know why the tooling icon is not clickable with mouse but it is when focusing button with tab and then clicking Enter. Secondly, when doing this, the dev tools window crashes with this error
I have another question regarding the Command Line (CMD in Windows) window that opens when running it. Can it be hidden via some config? it is quite annoying.
Im using Compose 1.8.0+dev2030, Kotlin 2.1.20-Beta02 and the latest dev version of Hot reload
The text was updated successfully, but these errors were encountered: