fix(deps): update kotlin monorepo to v2.1.0-rc2

This commit is contained in:
2024-11-21 19:53:44 +00:00
parent d3e6dec652
commit 9e8085379e
2 changed files with 2 additions and 2 deletions

View File

@@ -112,5 +112,5 @@ flutter {
}
dependencies {
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.0.0")
implementation platform("org.jetbrains.kotlin:kotlin-bom:2.1.0-RC2")
}