raniejade / spek-idea-plugin

MIT License
48 stars 15 forks source link

Classpath issue in newer android studio versions #74

Open Pato94 opened 5 years ago

Pato94 commented 5 years ago

I've seen that there are some issues about the android.jar not being properly mocked in newer android studio versions. Investigating the issue I found that the plugin behaves differently from the version 3.4 (not including the mocked version of android.jar) While trying to see what was wrong, I compiled the plugin locally, and it turns out to work just fine, both in newer and older android studio versions. My guess is that there's something in how/where the plugin is built that makes it not work in newer android studio version.

I'm facing the same problem with the spek2 plugin, and I'd be more than glad to help to fix it if you need it.

laurentlr commented 5 years ago

👍