Skip to content

Commit

Permalink
update kotlinCompilerExtensionVersion to 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
its-me-debk007 authored Nov 11, 2023
1 parent ecedc71 commit 8f47383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ android {
buildConfig = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.3"
kotlinCompilerExtensionVersion = "1.5.4"
}
packaging {
resources {
Expand Down Expand Up @@ -90,4 +90,4 @@ dependencies {

kapt {
correctErrorTypes = true
}
}

0 comments on commit 8f47383

Please sign in to comment.