Fixed
Status Update
Comments
ap...@google.com <ap...@google.com> #2
As a workaround using reflection
try {
Class
.forName("androidx.compose.material3.TabRowKt")
.getDeclaredField("ScrollableTabRowMinimumTabWidth").apply {
isAccessible = true
}.set(this, 0f)
} catch (e: Exception) {
e.printStackTrace()
}
ap...@google.com <ap...@google.com> #3
this is still an issue on the latest compose stable version 1.5.4
mg...@google.com <mg...@google.com>
ap...@google.com <ap...@google.com> #4
can I help resolve this issue?
na...@google.com <na...@google.com> #5
Any progress on this?
Description
We will introduce class discriminator, useful when writing your own custom polymorphic serialization logic. We will follow the convention stablished by KTX Serialization JSON.
go/savedstate-class-discriminator