Assigned
Status Update
Comments
dy...@google.com <dy...@google.com>
je...@google.com <je...@google.com>
mi...@google.com <mi...@google.com> #2
Disregard - after adding
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
enableUnitTestCoverage = false
enableAndroidTestCoverage false
Thinks started to work again.
But for what it is worth - the error message could have been more helpful.
sp...@google.com <sp...@google.com> #3
Well the error message is that it tried to configure jacoco task and failed, so it works for you because you disabled the feature.
So the error message is indicative of a bigger problem. Oviously, 8.2 is pretty old for us, not sure you are interested in trying 8.8.
The easiest would be to have a project reproducing the issue, if that's possible, we'll look into it.
Description
Android Studio doesn't recognize that Kotlin context receivers are enabled in testFixtures/. This is similar to https://issuetracker.google.com/issues/352353030 , so please mark as duplicate if that makes sense. I created a new issue in case they're different enough to be looked at at different times.
Steps to reproduce
Note that, despite the error in Studio, the test fixtures compile just fine, as per: