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
Bugsnag hardcodes the kotlin version, which results in the following error when trying to use gradle 7.x
What went wrong:
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':bugsnag_react-native' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61
dependencies {
classpath("com.android.tools.build:gradle:7.+")
classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
classpath "com.bugsnag:bugsnag-android-gradle-plugin:7.+"
}
Describe the bug
Bugsnag hardcodes the kotlin version, which results in the following error when trying to use gradle 7.x
The Android Gradle plugin supports only Kotlin Gradle plugin version 1.5.20 and higher.
The following dependencies do not satisfy the required version:
project ':bugsnag_react-native' -> org.jetbrains.kotlin:kotlin-gradle-plugin:1.3.61
Steps to reproduce
Compile with the following:
distributionUrl=https://services.gradle.org/distributions/gradle-7.4.2-all.zip
./node_modules/@bugsnag/react-native/android/build.gradle
Environment
Example Repo
Example code snippet
Error messages:
The text was updated successfully, but these errors were encountered: