Bump to latest stable Kotlin and KSP releases
Disable KSP2 using the experimental parameter. We still cannot update room library as that conflicts with epoxy. The goal remains to drop epoxy after migrating to jetpack compose. Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
@@ -14,8 +14,8 @@ hiddenapibypass = "6.1"
|
||||
hilt = "2.56.2"
|
||||
hiltWork = "1.2.0"
|
||||
junit = "4.13.2"
|
||||
kotlin = "2.1.20"
|
||||
ksp = "2.1.20-1.0.32" # New versions depends upon KSP2 which conflicts with epoxy
|
||||
kotlin = "2.2.0"
|
||||
ksp = "2.2.0-2.0.2"
|
||||
ktlint = "12.1.2"
|
||||
leakcanary = "2.14"
|
||||
libsu = "6.0.0"
|
||||
@@ -28,7 +28,7 @@ processPhoenix = "3.0.0"
|
||||
protobufJavalite = "4.31.1"
|
||||
rikkaHiddenAPI = "4.3.3"
|
||||
rikkaTools = "4.4.0"
|
||||
room = "2.6.1" # New versions depends upon KSP2 which conflicts with epoxy
|
||||
room = "2.6.1" # New versions conflicts with epoxy2 and ksp
|
||||
serialization = "1.8.1"
|
||||
shimmer = "0.5.0"
|
||||
shizuku = "13.1.5"
|
||||
|
||||
Reference in New Issue
Block a user