android-testify icon indicating copy to clipboard operation
android-testify copied to clipboard

can you provide backward compatibility ?

Open frankajay opened this issue 8 months ago • 3 comments

jetified-testify-3.2.2-api.jar!/META-INF/testify_release.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.0, expected version is 1.7.1.

frankajay avatar Apr 24 '25 10:04 frankajay

Can you provide a little more context to this error, please? @frankajay

Where are you seeing this? How can I reproduce it?

DanielJette avatar Apr 25 '25 14:04 DanielJette

We have a project which is configured in kotlin version 1.7.1, But The testify is need the project to be compiled in minimum 1.9.1 .

frankajay avatar Apr 29 '25 06:04 frankajay

Kotlin 1.7.1 is quite old and Testify has been on Kotlin 1.8+ since the 2.0.0 release. I'm not sure if there's a way we can provide a compatible option for you.

Would it be possible for you to provide a sample application demonstrating this issue? Perhaps you could modify one of the existing Testify samples to reproduce your build configuration and open that as a PR?

DanielJette avatar Apr 29 '25 17:04 DanielJette