Pavel Sveda
Pavel Sveda
Properties and functions may often have more keywords which order is not strictly ordered in Kotlin but may be confusing. Few examples: `lateinit` on properties: - `private lateinit var foo:...
Are there any ideas or plans how to introduce `kotlinx.serialization` support also for `FlowSettings`? As both `multiplatform-settings-serialization` and `multiplatform-settings-coroutines` are independent it might end up in a completely new module,...
There are some naming conventions for functions that manipulate with data on "repository" level. One of them I use the most: - `get()`/`set()` - functions are synchronous - `load()`/`store()` -...
When you set `android:layout_width` attribute of PinEntryView to `match_parent`, it will render fine centered on Lollipop but will be aligned to left on Android 4.x. As a sideeffect, when you...