Christopher-Marcel Esser
Christopher-Marcel Esser
@gmazzo Wanna raise a feature request with the AGP folks about making `PRE_JACOCO_TRANSFORMED_CLASSES` public? I'd love to upvote it. I have identified all the same that you found here (but...
A related plugin ran into the same issue (class files are instrumented and there's no public API to access the uninstrumented classes). An issue has been opened with AGP, which...
[It looks like AGP 8.3 alpha 11 introduces the fix needed for this.](https://issuetracker.google.com/u/0/issues/281266702#comment14) Things have changed in this plugin since that draft PR was opened, so it's not that easy...
I believe an alternative is to change `-M95` to `--no-renames`. It will list both the old and new file paths in the output that way.
This might be a problem for more areas than the ProGuard mappings handling. I haven't checked whether variant information is utilized elsewhere in this plugin.
Here's a workaround to this issue that I'm successfully applying in a convention plugin. It supports the Gradle configuration cache. Note that it relies on a bunch of assumptions that...
@markushi @romtsn After testing the changes, now that they're in the stable release (#1021), I'm afraid that the _lazy_ aspect of this issue isn't handled. I have a custom task...
Oh, interesting! I'm happy to switch to the alphas already to test. Is that change still upcoming or already included in the current alpha release? 👀
Let's clarify some confusion here first: Kotlin first introduced the experimental context _receivers_ feature. By now it's been decided to change the design of those, which leads us to the...