react-native-keychain icon indicating copy to clipboard operation
react-native-keychain copied to clipboard

Incompatible version of Kotlin

Open taatiq882 opened this issue 2 years ago • 2 comments

/Users/talhaatiq/.gradle/caches/transforms-3/a831348404dcf8b617273d52a45659cc/transformed/jetified-kotlin-stdlib-common-1.6.10.jar!/META-INF/kotlin-stdlib-common.kotlin_module: Module was compiled with an incompatible version of Kotlin. The binary version of its metadata is 1.6.0, expected version is 1.4.0. Warning: com.oblador.keychain.KeychainModule.AccessControl: The typedef annotation should have @Retention(RetentionPolicy.SOURCE) Warning: com.oblador.keychain.KeychainModule.KnownCiphers: The typedef annotation should have @Retention(RetentionPolicy.SOURCE) Warning: com.oblador.keychain.KeychainModule.Rules: The typedef annotation should have @Retention(RetentionPolicy.SOURCE)


ext {
    kotlinVersion = "1.7.10"
    buildToolsVersion = "30.0.2"
    minSdkVersion = 24
    compileSdkVersion = 31
    targetSdkVersion = 30
    ndkVersion = "21.4.7075529"
}

taatiq882 avatar Nov 06 '22 19:11 taatiq882