strikt
strikt copied to clipboard
Method name 'isNotNullT?' in class 'strikt.assertions.AnyKt' cannot be represented in dex format.
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.