Hi, is there a min api level for kotlin std lib? I thought it's compiled to java 6 byte code so should work with every Android version? But I am facing a strange problem when using kotlin only in tests of my Android library project. Everything is working fine on Samsung Galaxy s6 and Nexus6p, until I run tests on device running Android 4.3 (18).
I get class def not found error:
failed java.lang.NoClassDefFoundError: org.objenesis.ObjenesisStd
at org.mockito.internal.creation.jmock.ClassImposterizer.<init>(ClassImposterizer.java:36)
I don't get why android tests should fail depending on the device when using kotlin library. Tests use to and still work from master branch on device running 4.3.