strikt icon indicating copy to clipboard operation
strikt copied to clipboard

Method name 'isNotNullT?' in class 'strikt.assertions.AnyKt' cannot be represented in dex format.

Open evaogbe opened this issue 3 years ago • 0 comments

I just upgraded from 0.33.0 to 0.34.0. I am using strikt in androidTestImplementation. When I run the Android tests, I get:

Method name 'isNotNullT?' in class 'strikt.assertions.AnyKt' cannot be represented in dex format.

The code in the test is expectThat(handleSelectTab).isNotNull(). The tests run fine in 0.33.0.

evaogbe avatar Feb 01 '22 20:02 evaogbe