2.0.10
This releases add supports for Android Studio 3.6 and IntelliJ IDEA 2020.1
New features
- Support for Android Studio 3.6
- Support for IntelliJ IDEA 2020.1 EAP
- New IDE inspection for spek classes without a no-arg constructor not marked
abstract
or any of the following annotations:@Ignore
,@InstanceFactory
. (#806) - The IJ test runner now explicitly exits even if there are non-daemon threads around after test execution. (#848)
Deprecations and removals
CachingMode.GROUP
has now been deleted, this was deprecated a couple of release ago. (#798)