Skip to content

Commit 0d512de

Browse files
authored
fix: update Kotlin metadata to 2.2.20 for Kotlin 2.3 support (#1569)
1 parent 5fdaa2d commit 0d512de

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jspecify = "1.0.0"
2424
junit = "5.13.4"
2525
kotlin = "2.0.21"
2626
kotlinForAndroidtests = '2.2.10'
27-
# TODO update to 2.2.10?
28-
kotlinMetadata = "2.1.21"
27+
kotlinMetadata = "2.2.20"
2928
# TODO is this going to cause a problem?
3029
kotlinDokka = "2.0.0"
3130
# Cannot be called kotlin-editor as it causes `libs.versions.kotlin.get()` to fail

0 commit comments

Comments
 (0)