Dale King

Results 141 comments of Dale King

In my case i was only adding file comments, but in trying to submit a PR I was testing both cases

This is what I implemented in our code: ``` @Composable fun ColorDesc.localized(): Color = when (this) { is ColorDescResource -> colorResource(resource) is ColorDescSingle -> Color(color.argb) is ColorDescThemed -> when {...

No, this is private Bit Bucket server and in particular the change log will be stored in the wiki associated with the repo. Here is how I am working around...

Closing this as the new changes satisfy my requirements

I think the same would be true for every/coEvery since the NPE is coming from this line of Mockable.record: ``` return receiver!! to invocation!! ``` both values will be null...

From the changelog for version 6.3.0: > - The externalSource var is now deprecated in favour of the externalSources mutable list. so `externalSource =` should really be `externalSources +=` Documentation...

This issue can probably go away if you actually do #216

> I will only support android and jvm though - if a library is KMP only then it should work everywhere, if not, I can not provide an iOS implementation...

I'd be happy to test it if you need that support

I just meant that if you can publish a library for iOS I will try it out to see if it is working. You might want to investigate a testing...