Kevin Galligan
Kevin Galligan
Closed by accident...
Honestly, no idea right now. It would be helpful to get way more info about your config. How are you adding dependencies, what's your sourceset config (from `gradle.properties`) ``` kotlin.mpp.enableGranularSourceSetsMetadata=true...
I'd need to think about this. We have some internal constructors that let you fork off state. Not on `IsoMutableMap`, though. You may be able to try something like this:...
We're doing some of this, but need to re-enable it for all
`CommonWriter` is available. It looks like the test code is using `LogcatWriter` in test code, which I'd guess is calling into something that robolectric or similar is providing? Out of...
Hmm. Not closing this yet. Need to dig in more.
TestWriter doesn't print anything, CommonWriter doesn't let you assert anything. We can either document how to init tests to do what you want, or we'd need to discuss code changes...
To discuss tomorrow. This is one of those question notes i took. Want to see if you know off hand.
I'm pretty sure this actually works, but need to review.
Do you have some config you could post?