You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
java.lang.NoSuchMethodError: No direct method <init>(Ljava/lang/String;Ljava/lang/String;Ljava/util/List;Ljava/lang/String;Lcom/walletconnect/android/internal/common/model/Redirect;ILkotlin/jvm/internal/DefaultConstructorMarker;)V in class Lcom/walletconnect/android/internal/common/model/AppMetaData; or its super classes (declaration of 'com.walletconnect.android.internal.common.model.AppMetaData' appears in /data/app/ai.ave.platform-Tq-ZlXpbizRYMdkQzTTzHA==/base.apk!classes30.dex)
at com.walletconnect.sign.engine.model.mapper.EngineMapperKt.toSessionProposeRequest(EngineMapper.kt:83)
at com.walletconnect.sign.engine.domain.SignEngine.approve$sign_release(SignEngine.kt:301)
at com.walletconnect.sign.client.SignProtocol.approveSession(SignProtocol.kt:130)
at com.walletconnect.sign.client.SignClient.approveSession(Unknown Source:17)
at com.walletconnect.web3.wallet.client.Web3Wallet.approveSession(Web3Wallet.kt:114)
I think is kotlin gradle version not compat or any config not right?
The text was updated successfully, but these errors were encountered:
This is my gradle dependencies:
when I call Web3Wallet.approveSession or rejectSession like this
the app will be crashed
I think is kotlin gradle version not compat or any config not right?
The text was updated successfully, but these errors were encountered: