This patch mutes the following test categories: * Tests with java dependencies (System class, java stdlib, jvm-oriented annotations etc). * Coroutines tests. * Reflection tests. * Tests with an inheritance from the standard collections.
This fixes the IncompatibleClassChangeError which happens when kotlin-reflect 1.0.x and kotlin-stdlib 1.1.x are in the classpath #KT-16358 In Progress