James Rich
James Rich
Kotlin 2.0.0 compiler merge to kotlin repo announced here: https://twitter.com/kotlin/status/1785238489635684525 more info on migration here: https://www.jetbrains.com/help/kotlin-multiplatform-dev/compose-compiler.html
> I tried the new version and got the following error: > > ```groovy-gradle > java.lang.NoClassDefFoundError: org/jetbrains/kotlin/ir/expressions/IrStatementOrigin$DEFAULT_VALUE > at io.sentry.compose.JetpackComposeTracingIrExtension$generate$transformer$1.wrapExpression(JetpackComposeTracingIrExtension.kt:179) > at io.sentry.compose.JetpackComposeTracingIrExtension$generate$transformer$1.visitCall(JetpackComposeTracingIrExtension.kt:157) > ``` > > Full stacktrace same...
Worked for me @markushi - compiled without error
> At the very least, a warning letting users know there's a new update would be helpful! Then down the line can open up OTA to those devices that support...
Since we now have access to `adaptive` libraries - you may want to look into something like: https://developer.android.com/develop/ui/compose/layouts/adaptive/build-a-supporting-pane-layout for presenting the filters in larger/landscape size screens.
@DaneEvans - this popped up in the discord, got some weird spacing happening (locale is finnish??): 
We will just want to use IconButtons in the actionbar here for spacing, and possibly truncate the name
thanks checking it out
Changed some build files - fixed in #1948
i'll cut a 2.6.5-alpha shortly ðŸ¤