Skip to content

Commit

Permalink
build: Update Compose compiler to v1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alberto97 committed Jul 16, 2023
1 parent fc28dd2 commit e9548a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ android {
compose = true
}
composeOptions {
kotlinCompilerExtensionVersion = "1.4.7"
kotlinCompilerExtensionVersion = "1.4.8"
}
}

Expand Down

0 comments on commit e9548a8

Please sign in to comment.