Skip to content

Commit

Permalink
Make dependency on kotlinx-serialization visible to consumers.
Browse files Browse the repository at this point in the history
Resolves #166.
  • Loading branch information
charleskorn committed Aug 1, 2021
1 parent 0890a9f commit 2d4f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ kotlin {

val commonMain by getting {
dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2")
api("org.jetbrains.kotlinx:kotlinx-serialization-core:1.2.2")
}
}

Expand Down

0 comments on commit 2d4f292

Please sign in to comment.