Skip to content

Commit

Permalink
Exposing the Gradle APIs as an api dependency since collectors need t…
Browse files Browse the repository at this point in the history
…o implement "Named"
  • Loading branch information
handstandsam committed Oct 2, 2024
1 parent 2b5fa5e commit 31b1859
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions invert-gradle-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ tasks.named<Jar>("sourcesJar") {
}

dependencies {
api(gradleApi())
api(project(":invert-models"))

implementation(libs.kotlinx.serialization.json)
Expand Down

0 comments on commit 31b1859

Please sign in to comment.