Skip to content

Commit

Permalink
chore(build): Move 'gson' dependency to 'implementation' build script
Browse files Browse the repository at this point in the history
  • Loading branch information
aivruu committed Aug 29, 2024
1 parent e8cc920 commit 8c43e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions api/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
dependencies {
api(libs.annotations)
api(libs.gson)
}
2 changes: 1 addition & 1 deletion implementation/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
api(project(":repo-viewer-api"))

api(libs.annotations)
api(libs.gson)
}

0 comments on commit 8c43e24

Please sign in to comment.