Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

Commit

Permalink
Fix build.gradle duplicate classpath
Browse files Browse the repository at this point in the history
  • Loading branch information
AnkitSuda committed Feb 6, 2022
1 parent e109dea commit 06998a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ buildscript {
classpath Deps.Kotlin.serialization
// classpath Deps.Android.navigationSafeArgs
classpath Deps.Dagger.hiltGradle
classpath Deps.Kotlin.gradle
// classpath Deps.Kotlin.gradle
// classpath 'org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10'
classpath "com.github.ben-manes:gradle-versions-plugin:0.42.0"
}
Expand Down

0 comments on commit 06998a9

Please sign in to comment.