Skip to content

Commit 36a935e

Browse files
committed
resolve kotlin
1 parent 33ec1f4 commit 36a935e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

deps/bugsnag-plugin-android-unreal/build.gradle

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ android {
2727
}
2828
}
2929

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+
3038
dependencies {
3139
api "com.bugsnag:bugsnag-android-core:6.19.0"
3240
androidTestImplementation 'androidx.test:runner:1.4.0'

0 commit comments

Comments
 (0)