crypto icon indicating copy to clipboard operation
crypto copied to clipboard

Not working in android

Open codesiddhant opened this issue 1 year ago • 1 comments

Class 'com.appmattus.crypto.Algorithm' was compiled with an incompatible version of Kotlin. The binary version of its metadata is 2.0.0, expected version is 1.8.0. The class is loaded from C:/Users/siddh/.gradle/caches/modules-2/files-2.1/com.appmattus.crypto/cryptohash-jvm/1.0.2/327f7cce875e17a66b3d74e0da204328149317cc/cryptohash-jvm-1.0.2.jar!/com/appmattus/crypto/Algorithm.class

image

codesiddhant avatar Jun 21 '24 08:06 codesiddhant

v1.0.2 is built against Kotlin 2.0 so likely to use latest you'd need to make sure your project is built against 2.0 too

mattmook avatar Jun 23 '24 00:06 mattmook