Skip to content

Commit 8346cfb

Browse files
authored
reverted kotlin version to 2.20.x for wider compatibility (#656)
1 parent 6a022c3 commit 8346cfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gradle/libs.versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[versions]
22

33
agp = "8.13.2"
4-
kotlin = "2.3.0"
5-
composeCompiler = "2.3.0"
4+
kotlin = "2.2.21"
5+
composeCompiler = "2.2.20"
66
coreKtx = "1.17.0"
77
appcompat = "1.7.1"
88
fragmentKtx = "1.8.9"

0 commit comments

Comments
 (0)