Yongshun Ye
Yongshun Ye
**Describe the bug** With the `ProtoBuf` format, it seems a `ByteArray` is encoded as a collection of numbers. How do I encode the raw bytes directly as the `bytes` type...
As for now, this library serializes the class/type of a subclass using a `serialName` in polymorphic serialization, which can be overridden with the `@SerialName` annotation. I'd like to propose supporting...
**What is your use-case and why do you need this feature?** [The Serialization Guide teaches a way to specify proto integer types for integer types](https://github.com/Kotlin/kotlinx.serialization/blob/master/docs/formats.md#integer-types), but I don't see a...
There are a lot of duplicate copied definitions in various code files, such as those of `Empty`, `Unit`, `Bool`, `List`, `=`, `
By convention, in saying an m × n matrix the m comes before the n, where m denotes the number of rows and n denotes the number of columns. In...
Although some components don't have content at all conventionally, it's might still be necessary to invoke effects in the `content` block.
The `name` and `form` attributes do have meaning for HTML forms, but the component docs (for example [Text field](https://github.com/material-components/material-web/blob/main/docs/components/text-field.md#properties)) show them as properties without attributes.
**Describe the bug** See the code below: ```kotlin val (count, setCount) = remember { mutableStateOf(0) } val navController = rememberNavController() val clickToIncCountModifier = Modifier.onClick { setCount(count + 1) } Column...
See https://kotlinlang.org/docs/whatsnew20.html#new-compilation-target.