Skip to content

Commit

Permalink
feat(mobile-app): Updated build gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonlom committed Mar 9, 2024
1 parent 8da80a7 commit 25c12ed
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.12"
kotlinCompilerExtensionVersion = libs.versions.kotlin.compose.compiler.get()
}
packaging {
resources {
Expand Down

0 comments on commit 25c12ed

Please sign in to comment.