Ralf Wondratschek

Results 59 comments of Ralf Wondratschek

Got it. Then it reads differently, though. But that's a matter of taste I guess.

Is there any progress on this issue? This seems to become a blocker for Kotlin 1.4.0. Our Square code style has a specific continuation indent that we don't like to...

We use the continuation indent there. ![Screen Shot 2020-08-16 at 9 46 14 PM](https://user-images.githubusercontent.com/1558045/90358127-023bf500-e00a-11ea-94ae-25f2602fb592.png)

I guess this feature didn't make it into the `0.39.0` release, did it?

Am I under the right assumption that the fix needs to trickle into the Jetbrains Compose runtime before I can verify the fix? ``` | | | +--- app.cash.molecule:molecule-runtime:1.4.1 |...

Yes, JVM unit tests mainly. We haven't seen an issue on Android.

We implemented all Anvil features for kotlin-inject for our internal project. KSP provides all necessary APIs and there were no changes required for kotlin-inject itself. Generally, I'm very happy with...

This was debated over and over again and there are other tickets discussing this. We didn't want to support this, because it adds inconsistency with `boundType`. Imagine this example: ```...

Can you please share a concrete example?