Skip to content

Commit

Permalink
Dotenv module should publish config-common as api-level dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
IRus committed Jan 8, 2025
1 parent 3d56dc5 commit b6f8965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion komok-tech-config-dotenv/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {
}

dependencies {
implementation(projects.komokTechConfigCommon)
api(projects.komokTechConfigCommon)
implementation(projects.komokTechDiLib)
ksp(projects.komokTechDi)
}

0 comments on commit b6f8965

Please sign in to comment.