Pavel Haluza
Pavel Haluza
I'm no longer interested. I successfully integrated gRPC into my Android project, with help of various other sources. I suggest maintainers of this repo just recreate this hello word sample...
@NaveenPrasannaV I can't tell anymore, but here's what I added to my project setup when I was integrating gRPC. It's possibly outdated, or dependent on other things I already had...
@chao2zhang Thanks for approval. Maybe I could do it. It basically comes down to adding something like this into [`Analyzer.analyze`](https://github.com/detekt/detekt/blob/main/detekt-core/src/main/kotlin/io/gitlab/arturbosch/detekt/core/Analyzer.kt#L109) and making it prettier (return instead of `println`, group by...
To make it more obvious, passing `spring()` here brings back the old behavior and removes the delay. ```kotlin val sheetState = rememberModalBottomSheetState( initialValue = ModalBottomSheetValue.Hidden, animationSpec = spring(), ) val...
> Nice! [@haluzpav](https://github.com/haluzpav) were you able to update to compose ui 1.8? If so, have these crashes dropped off since then? I'm sorry. I'm no longer working on the project...