Skip to content

Commit

Permalink
Fix problem in tests for kotlinx.serialization integration module
Browse files Browse the repository at this point in the history
  • Loading branch information
serras committed Feb 7, 2025
1 parent d6b845a commit 76f52a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
plugins {
id(libs.plugins.kotlin.jvm.get().pluginId)
id("arrow.kotlin")
alias(libs.plugins.kotlinx.serialization) // Needed for testing only
}

dependencies {
Expand Down

0 comments on commit 76f52a2

Please sign in to comment.