WalletConnect / kotlin-walletconnect-lib

library to use WalletConnect with Kotlin or Java
MIT License
147 stars 100 forks source link

Didn't find class "org.bouncycastle.crypto.paddings.PKCS7Padding" #70

Open sfz009900 opened 2 years ago

sfz009900 commented 2 years ago

The following error occurs when I compile the JAR and run it on the simulator after another project is introduced

java.lang.NoClassDefFoundError: Failed resolution of: Lorg/bouncycastle/crypto/paddings/PKCS7Padding;
    at org.walletconnect.impls.MoshiPayloadAdapter.prepare(MoshiPayloadAdapter.kt:63)
sfz009900 commented 2 years ago

Has been resolved