Skip to content

Commit

Permalink
set Result library as api dependency in egklib module
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzHeinrich committed Sep 20, 2024
1 parent 8b9c036 commit 697c0dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion egklib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ kotlin {
val commonMain by
getting {
dependencies {
implementation(project(":egklib-core"))
api(project(":egklib-core"))
implementation(project(":egklib-trustee"))
implementation(project(":egklib-encrypt"))
implementation(libs.bundles.eglib)
Expand Down

0 comments on commit 697c0dd

Please sign in to comment.