NTP-10353 | Kotlin 2.0.21 Migration (#267)

This commit is contained in:
Soumya Ranjan Patra
2024-11-06 21:52:42 +05:30
committed by GitHub
parent 764e035afb
commit ed195d9ca2
2 changed files with 8 additions and 13 deletions

17
.gitignore vendored
View File

@@ -1,16 +1,11 @@
*.iml
.gradle
/local.properties
/.idea/ /.idea/
/.idea/caches
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
.DS_Store
/build /build
/captures /captures
.externalNativeBuild /local.properties
.cxx .cxx
.DS_Store
.externalNativeBuild
.gradle
.kotlin/
*.iml
local.properties local.properties

View File

@@ -11,8 +11,8 @@ firebase-bom = "33.5.1"
firebase-crashlytics = "3.0.2" firebase-crashlytics = "3.0.2"
gson = "2.11.0" gson = "2.11.0"
jakewharton-timber = "5.0.1" jakewharton-timber = "5.0.1"
kotlin = "1.9.24" kotlin = "2.0.21"
ksp = "1.9.24-1.0.20" ksp = "2.0.21-1.0.26"
loggingInterceptor = "4.12.0" loggingInterceptor = "4.12.0"
retrofit = "2.11.0" retrofit = "2.11.0"
room = "2.5.2" room = "2.5.2"