Skip to content

Commit

Permalink
fix: mark zt-zip and jb annotations as api
Browse files Browse the repository at this point in the history
  • Loading branch information
radstevee committed Jan 24, 2025
1 parent 82560aa commit fa52836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packed-core/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies {
testImplementation(libs.kotlin.test)
implementation(libs.zip)
implementation(libs.jetbrains.annotations)
api(libs.zip)
api(libs.jetbrains.annotations)
api(libs.kgit)
api(libs.slf4j.api)
api(libs.slf4j.log4j)
Expand Down

0 comments on commit fa52836

Please sign in to comment.