Dmitry

Results 6 issues of Dmitry

My interface: ![image](https://github.com/FutureMind/koru/assets/26576320/1551c54c-27d4-43e5-aa1c-520e9637eedb) Generated: ![image](https://github.com/FutureMind/koru/assets/26576320/54947c7a-678a-4570-a954-5fc98aa2792c) Why var transform to val? What's the problem? P.S. It's not a claim, it's just interesting

When item of a day is smallest, then all items don't centering by max width аnd they are located on the right side. ``` WeekView( modifier = Modifier.fillMaxWidth() ) {...

Add row as root container for page. On it arrange elements by SpaceEvenly. At any width, the elements will be located exactly in the center if their total size is...

In a long list where all the elements are wrapped in CupertinoSwipeBox, flipping to the bottom when trying to open in any direction, the box closes automatically Item code: ```...

bug
component: SwipeBox

Not so long ago, the CMP 1.8.0 release was released and this is the release of the first stable version. Are there any plans to continue supporting the library after...

**Describe the bug:** When using `scopedOf(::MyClass)` inside a scope, the Koin plugin dont show unresolved dependencies. Interestingly, the same dependency works fine when using` scoped { ... }` Koin plugin...