Skip to content

Commit

Permalink
[code] export okio as api-dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
fab1an committed Aug 25, 2023
1 parent 05b2fa4 commit b2cf46b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation "com.squareup.okio:okio:3.5.0"
api "com.squareup.okio:okio:3.5.0"
}
}
commonTest {
Expand Down

0 comments on commit b2cf46b

Please sign in to comment.