Bartosz Wierciński

Results 3 issues of Bartosz Wierciński

Hey there, I'm using splitties and I wanted to use filledUnelevated MaterialButton, but I need to remove insetTop and insetBottom. `// create button with applied theme` `private val materialStyles =...

question
Waiting for clarification

**Description** Transition animation with zIndex works incorrectly when using back button or `popBackStack` more than once. **Steps to reproduce** Change `NavTestScreen` screen code for zIndex to use three screens and...

I'm using Apollo GraphQL in a big project with lots of submodules. In order to improve build times it's suggested to use bidirectional dependencies: https://www.apollographql.com/docs/kotlin/advanced/multi-modules#auto-detection-of-used-types. In result AffectedModuleDetector sees a...