We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 754de19 commit 786c082Copy full SHA for 786c082
packages/interactive_media_ads/android/build.gradle
@@ -60,7 +60,7 @@ android {
60
61
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
62
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
63
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:2.0.0"))
64
}
65
66
lintOptions {
0 commit comments