Skip to content

Commit

Permalink
Add missing kotlinx json serialization lib to roborazzi-painter module
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed May 19, 2024
1 parent cdd4155 commit 0d1d723
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roborazzi-painter/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
plugins {
id "org.jetbrains.kotlin.multiplatform"
id("org.jetbrains.kotlin.plugin.serialization") version libs.versions.kotlin
}
if (System.getenv("INTEGRATION_TEST") != "true") {
pluginManager.apply("com.vanniktech.maven.publish")
Expand Down Expand Up @@ -29,6 +30,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
compileOnly libs.kotlinx.serialization.json
// Please see settings.gradle
api "io.github.takahirom.roborazzi:roborazzi-core:$VERSION_NAME"
}
Expand Down

0 comments on commit 0d1d723

Please sign in to comment.