Denis Stephanov
Denis Stephanov

Reputation: 5281

Incompatibile Kotlin binary version after added DSS library

I added following library into my project

implementation("eu.europa.ec.joinup.sd-dss:dss-signature-remote:6.2.RC1")

After this I am not unable to build or start application because of error:

/Users/denis/.gradle/caches/modules-2/files-2.1/com.github.erosb/json-sKema/0.20.0/adf609cf954b3659f9aebce8a212fa7d4f00557b/json-sKema-0.20.0.jar!/META-INF/json-sKema.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.9.9999, expected version is 1.7.1.

My project is using kotlin in version 1.7.1.

Is it possible to fix it without uprading kotlin version? I don't understand why I have this issue because I have also another dss libraries in project and without any errors.

Upvotes: 0

Views: 14

Answers (0)

Related Questions