Ali Khaleqi Yekta

Results 9 comments of Ali Khaleqi Yekta

I had a somehow similar issue. For me, assets were missing in builds; at first I blamed R8 aggressive mode, but it turned out to be this issue. I think...

I agree. - It's productive, modern, concise and safe. - In terms of frameworks, not only Kotlin can be used with all existing Java frameworks, but also there are lots...

I used to have no problem running my app before version `v1.2.0-alpha01-dev770` . When I tried [v1.2.0-alpha01-dev770](https://github.com/JetBrains/compose-jb/releases/tag/v1.2.0-alpha01-dev770) or now, [v1.2.0-alpha01-dev774](https://github.com/JetBrains/compose-jb/releases/tag/v1.2.0-alpha01-dev774), the application fails to run with: ``` # # A...

I wouldn't agree on the "great" performance since the JVM target is generally faster due to the maturity and the amount of work put into it. Also, performance is not...

Dropping [this tweet](https://twitter.com/YektaDev/status/1647904429880889345) here. It might be useful.

`ScrollState` has a similar field. It's also always `false` on desktop.

Hey @lelandrichardson, thanks for your time and attention. I agree with almost all of the points you've made. Especially that Material 3's `Text` Composable is not the right place to...

Since it's been 2 years, I wonder if there are any plans for this feature any time soon?