Eva
Eva
I did make a bit of progress on this. Resource directories are now marked correctly if you are on the latest version of the gradle plugin. However, they are still...
@tommyd3mdi @klassm This will probably never be implemented because it requires recreating the entire classpath for the junit test runner. Intellij 14 has a new gradle test runner that solves...
Reopening so others can find it.
If the folders are marked in a similar way to project view this should be possible. Will investigate.
Just an update, the only reason I haven't started working on this is because the Android project view is only in Android Studio, and you can only debug IDE plugins...
You probably want a translation management system. https://weblate.org/en/ seems decent and offers free hosting for open source projects, but open to other suggestions.
Hm, the reason for this is not all collections are ordered so it doesn't make sense to get the index. For example `assertThat(HashSet(listOf(1, 2)).index(0)` may return 1 or 2.
I'd be open to suggestions here. `isDataClassEqualTo()` has a different behavior than `isEqualTo()` in that it checks all the fields are equal which could give surprising results if you have...
Oof I thought this was fixed, any chance you have a sample project you can share?
Yeah I think that's a good idea. We could have all the same assertions from Iterable