Skip to content

Commit

Permalink
feat(mobile-app): Restored kotlin compose compiler version to 1.5.10
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Mar 7, 2024
1 parent 8db3399 commit 7118c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/mobile-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ android {

}
composeOptions {
kotlinCompilerExtensionVersion = "1.5.11"
kotlinCompilerExtensionVersion = "1.5.10"
}
packaging {
resources {
Expand Down

0 comments on commit 7118c91

Please sign in to comment.