Upgrade Kotlin and KSP
Fixes multiple build errors. Once parcelize is fixed, we should be good to use built-in Kotlin completely Ref: https://issuetracker.google.com/issues/478401081 Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
fd192b4f3f
commit
a7aad63bbb
2 changed files with 9 additions and 2 deletions
|
|
@ -23,8 +23,8 @@ groupie = "2.10.1"
|
|||
jsoup = "1.22.1"
|
||||
junit = "4.13.2"
|
||||
junit-ext = "1.3.0"
|
||||
kotlin = "2.2.10"
|
||||
ksp = "2.3.4"
|
||||
kotlin = "2.3.0"
|
||||
ksp = "2.3.5"
|
||||
ktlint = "1.8.0"
|
||||
leakcanary = "2.14"
|
||||
lifecycle = "2.9.4" # Newer versions require minSdk >= 23
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue