Skip to content

Commit

Permalink
fix(gradle): remove duplicate declaration of a classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
static-var committed Feb 17, 2023
1 parent 805d0ce commit 4087b47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ buildscript {
classpath(BuildPlugins.SAFE_ARGS_GRADLE_PLUGIN)
classpath(BuildPlugins.DAGGER_HILT_PLUGIN)
classpath(BuildPlugins.KOTLIN_GRADLE_PLUGIN)
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.10")
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
Expand Down

0 comments on commit 4087b47

Please sign in to comment.