can you provide backward compatibility ?
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.
Can you provide a little more context to this error, please? @frankajay
Where are you seeing this? How can I reproduce it?
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 .
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?