Eva

Results 226 comments of Eva

The implementation actually wraps the body in a `LambdaExpression` node which currently only holds the body of the lambda. Lint implementations not expecting this node (all of them) just end...

What version of the android plugin?

Sorry, I missed this, but no, I'm not sure how this would work with maven. It takes advantage of the fact that the android gradle plugin pulls in certain dependencies...

Thanks! I'll look at the diffs to see what's different.

Why? It's already on jcenter

You can try some of the workarounds from before the latest update. One of: 1. Add `tasks.findByName("assembleDebug").dependsOn("testDebugClasses")` to your `build.gradle` to force the test classes to be compiled whenever your...

I'm not quite experiencing this issue (it fails the first time after a clean but then works correctly after that). So I'd need more info about your project setup. Honestly...

Are you talking about https://github.com/robolectric/robolectric-gradle-plugin? If so, this is incompatible with that, you should be using https://github.com/JCAndKSolutions/android-unit-test instead. Otherwise, I'm not sure what's going on, neither android-unit-test nor this touches...

Right now, test resources are not supported at all.

@klassm No work so far. I do have a rough idea of what needs to be done.