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 15000e7 commit 215a4f1Copy full SHA for 215a4f1
packages/file_selector/file_selector_android/android/build.gradle
@@ -45,7 +45,7 @@ android {
45
46
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
47
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
48
- implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
+ implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.9.22"))
49
}
50
51
lintOptions {
0 commit comments