Skip to content

Commit

Permalink
Bump kotlin and compose compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
chvp committed Dec 17, 2023
1 parent 98562f1 commit 2419add
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.3"
kotlinCompilerExtensionVersion "1.5.6"
}
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.49'
kotlin_version = '1.9.10'
kotlin_version = '1.9.21'
kotlinx_version = '1.7.3'
lifecycle_version = '2.6.2'
media3_version = '1.2.0'
Expand All @@ -31,7 +31,7 @@ buildscript {
}

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

allprojects {
Expand Down

0 comments on commit 2419add

Please sign in to comment.