Skip to content

Update kotlin #2821

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
[versions]
# Project
android_gradle_plugin = "8.3.2"
kotlin = "1.9.23"
ksp = "1.9.23-1.0.20"
kotlin = "1.9.24"
ksp = "1.9.24-1.0.20"
firebaseAppDistribution = "5.0.0"

# AndroidX
Expand All @@ -24,10 +24,10 @@ media3 = "1.3.1"

# Compose
compose_bom = "2024.05.00"
composecompiler = "1.5.13"
composecompiler = "1.5.14"

# Coroutines
coroutines = "1.8.0"
coroutines = "1.8.1"

# Accompanist
accompanist = "0.34.0"
Expand All @@ -37,7 +37,7 @@ test_core = "1.5.0"

#other
coil = "2.6.0"
datetime = "0.5.0"
datetime = "0.6.0"
dependencyAnalysis = "1.31.0"
serialization_json = "1.6.3"
showkase = "1.0.2"
Expand Down
Loading