Skip to content

Commit

Permalink
Merge pull request #53 from InkApplications/web-common-api
Browse files Browse the repository at this point in the history
Make web-common an api dependency
  • Loading branch information
ReneeVandervelde authored Oct 13, 2024
2 parents d3b1fdb + b72d142 commit 76702a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion render-static-html/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kotlin {
implementation(libs.kotlin.scripting.jvm.host)
implementation(libs.kotlinx.html)
api(projects.structures)
implementation(projects.renderWebCommon)
api(projects.renderWebCommon)
}
}
}

0 comments on commit 76702a4

Please sign in to comment.