Skip to content

Commit

Permalink
Bump compose compiler (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp authored Mar 23, 2024
1 parent 2c02099 commit e6b6571
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ android {
sourceCompatibility "17"
}
composeOptions {
kotlinCompilerExtensionVersion "1.5.10"
kotlinCompilerExtensionVersion "1.5.11"
}
kotlinOptions {
jvmTarget = "17"
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
fuel_version = '2.3.1'
glide_version = '4.12.0'
hilt_version = '2.51'
kotlin_version = '1.9.22'
kotlin_version = '1.9.23'
kotlinx_version = '1.8.0'
lifecycle_version = '2.7.0'
media3_version = '1.3.0'
Expand All @@ -31,7 +31,7 @@ buildscript {
}

plugins {
id("com.google.devtools.ksp") version "$kotlin_version-1.0.17" apply false
id("com.google.devtools.ksp") version "$kotlin_version-1.0.19" apply false
}

allprojects {
Expand Down

0 comments on commit e6b6571

Please sign in to comment.