Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
build(app): add plugin kotlin parcelize
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaBrighi committed May 14, 2023
1 parent 2a4047e commit c905d23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
alias(libs.plugins.sem.ver)
id("com.google.gms.google-services")
id("com.google.firebase.crashlytics")
id("kotlin-parcelize")
}

androidGitSemVer {
Expand Down

0 comments on commit c905d23

Please sign in to comment.