Skip to content

Commit d62b23d

Browse files
Update Room to 2.7.0 for Kotlin 2.1.0 compatibility
Room 2.6.1 doesn't support Kotlin 2.1.0 metadata. Updated to Room 2.7.0 which includes support for Kotlin 2.0+ metadata versions. This fixes the KAPT error: "Provided Metadata instance has version 2.1.0, while maximum supported version is 2.0.0". Co-authored-by: RitikaPahwa4444 <[email protected]>
1 parent 7e3503b commit d62b23d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ recyclerview = "1.2.0-alpha02"
5858
recyclerviewFastscroll = "2.0.1"
5959
retrofit = "2.8.1"
6060
robolectric = "4.14.1"
61-
room = "2.6.1"
61+
room = "2.7.0"
6262
rules = "1.5.0"
6363
runner = "1.5.2"
6464
rxandroid = "2.1.0"

0 commit comments

Comments
 (0)