This repository has been archived by the owner on May 26, 2021. It is now read-only.
1.3.0 release
- Kotlin version upgraded to
1.2.31
- Support library upgraded to
27.1.1
- Gradle plugin upgraded to
3.1.1
minSdk
is decreased to 14 (Ice Cream Sandwich)hasTextColor
assertion introduced forKTextView
hasChildCount
assertion introduced forKRecyclerView
andKListView
- Swipe actions are added to
KRecyclerView
andKListView
- Nesting is implemented for
KRecyclerView
andKListView
. Now you can declare lists inside lists. - Documentation improved on
withIndex
matcher