-
Must a function be composable to allow access to individual properties of its returned value?
```java
GET BillingDocument('90000090')/self.GetPDF()/BillingDocOutputDataBinary
```
The [CSDL specificati…
-
- Documentation
- https://developer.android.com/compose
- [Migrate existing View-based apps](https://developer.android.com/develop/ui/compose/migrate)
- [Migration strategy](https://developer…
-
High-level goals
- plugins
- make the api for building plugins easier to read and more composable (e.g. allow large plugins like SpacePlugin to be refactored)
- allow plugins to be bundled indepen…
-
Hi, for testing purpose i need to inject/retrieve viewmodels inside composable functions using interfaces rather that concrete classes (Koin for DI).
For mocking i use MocKMP, actually the only mocki…
-
The current version of high level apis are simple and good for beginners or simple use cases. These apis have their own implementation for transaction build logic.
As composable functions are now …
-
### Proposal Details
The `slices` package currently has `Collect()` to perform `iter.Seq[T] -> []T`, but it doesn't have similar helper functions for collecting the keys or values from an `iter.Seq2[…
-
Currently, when inside a top level function (ofter true for composable funs) the api forces you to pass a tag manually, sort of killing the simplicity of "I just want to log something here" this libra…
-
How i can change default dialogs colors, title, description for specific preferences?
-
First of all, for lists, that is, `LazyColumn` (`LazyRow`), which can be limited in height and at the same time have a bunch of elements inside that scroll
Now `drawBehind` is used to create a `Tab…
-
# Proposed change
- I need to use the compose compiler metrics to determine what compose functions are restartable but not skippable due to the parameters not being stable
# Why is this important…