Louis CAD

Results 464 comments of Louis CAD

You can probably have that information via Gradle APIs as well by looking for the dependency attributes, since there will be KMP specific attributes, with keys having values that point...

I suspect this is related to Gradle metadata, especially when using dependencies that publish gradle metadata. On Thu, Aug 29, 2019, 06:51 Ben Manes wrote: > Same with Android plugin...

Could be great to have this integrated into the roadmap at some point.

@Manideepkota0708 I don't think this is on topic in this issue 🤔

@qwwdfsad For this issue we're in, I think it also applies to `flatMapLatest`, unless there are some reasons for it to stay experimental while `transformLatest` wouldn't?

In the main project on my day job, I have close to 100 usages of that function FYI. I'm going to bring a curated summary of the most interesting use...

First simple and compelling use case is for **timeouts**: With `raceOf`, you can replace `withTimeoutOrNull` without introducing ambiguity as to why the result of the enclosing expression is `null`, and...

The post-processing is only cancelling "losers" here, unless we want to consider an API that allows a given set of winners, which would be interesting, albeit beyond the scope of...

The wrapping coroutineScope looks like boilerplate and unwanted indent in this snippet posted just above. Is it required?

I agree, parameters and queryParameters are not the same thing at all.