Skip to content

Commit

Permalink
Fix formatting in gradle file
Browse files Browse the repository at this point in the history
  • Loading branch information
jkuester committed Jan 7, 2024
1 parent a4330c2 commit c54c3d4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ buildscript {
}
dependencies {
classpath("com.android.tools.build:gradle:8.2.1")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22") // This needs to match kotlin-stdlib
// This needs to match kotlin-stdlib
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.22")
classpath("com.google.dagger:hilt-android-gradle-plugin:2.50")

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit c54c3d4

Please sign in to comment.