Skip to content

Commit

Permalink
Fix dependency visibility issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
baron1405 committed Oct 27, 2024
1 parent a708941 commit a78dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ gradlePlugin {

dependencies {
api(libs.locc4j)
api(libs.jspecify)

implementation(libs.jspecify)
implementation(libs.escapers)
implementation(libs.jsonWriter)
implementation(libs.xmlWriter)
Expand Down

0 comments on commit a78dae0

Please sign in to comment.