Skip to content

Commit

Permalink
Use api dependencies where needed (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
eygraber authored Jan 8, 2024
1 parent af35565 commit 2fca4ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vice-portal/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,13 @@ kotlin {
}
commonMain {
dependencies {
implementation(projects.viceCore)
api(projects.viceCore)

implementation(compose.runtime)

implementation(libs.kotlinx.coroutines.core)
implementation(libs.portalCompose)

api(libs.portalCompose)
}
}

Expand Down

0 comments on commit 2fca4ff

Please sign in to comment.