Matt Inger

Results 37 comments of Matt Inger
trafficstars

This is definitely very unfortunate. One of the big boosts to using kotlin 2.0.0 is that the compose compiler is versioned and delivered along with the kotlin compiler. This is...

@ZacSweers I did, but it relies on a beta version of the anvil plugin. That's something we generally don't allow in our builds is any beta plugings or runtime dependencies....

That is a fair assessment @ZacSweers , which is why i'm asking if there's an ETA on a release version where the workaround will be applicable. It's a beta09 if...

I was not implying that anyone should rush anything. I was just asking if you did have an ETA so i can make an informed decision on trying to get...

I had been hoping to use ClassScanner and perhaps FlushingCodeGenerator, but they are internal classes. And what i've done locally isn't picking up all my modules. It's only picking up...

More specifically, it looks like i can produce this merely by including the spoon-runner dependency. I realize that's not directly part of this plugin, but it does cause the plugin...

I did figure out that this works a bit better using the above function. ``` fun takeScreenshotOnNavigation( testName: String, scenario: ActivityScenario, navControllerProvider: (A) -> NavController ): Job { lateinit var...