We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33ec1f4 commit 36a935eCopy full SHA for 36a935e
deps/bugsnag-plugin-android-unreal/build.gradle
@@ -27,6 +27,14 @@ android {
27
}
28
29
30
+configurations.all {
31
+ exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk7"
32
+ exclude group: "org.jetbrains.kotlin", module: "kotlin-stdlib-jdk8"
33
+ resolutionStrategy {
34
+ force "org.jetbrains.kotlin:kotlin-stdlib:1.9.0"
35
+ }
36
+}
37
+
38
dependencies {
39
api "com.bugsnag:bugsnag-android-core:6.19.0"
40
androidTestImplementation 'androidx.test:runner:1.4.0'
0 commit comments