Skip to content

Commit

Permalink
[#530] Fix "options not recognized" warning
Browse files Browse the repository at this point in the history
  • Loading branch information
paulinea committed Aug 11, 2023
1 parent f028bdd commit 269a438
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 @@ -18,12 +18,12 @@ plugins {
id("com.android.application")
id("com.google.gms.google-services")
id("kotlin-android")
id("kotlin-kapt")
id("kotlin-parcelize")
id("com.google.firebase.appdistribution")
id("com.google.firebase.crashlytics")
id("firebase")
id("dagger.hilt.android.plugin")
id("kotlin-kapt") // This must be the last statement in the plugins {} to avoid "options not recognized" warning
}

android {
Expand Down

0 comments on commit 269a438

Please sign in to comment.