File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,10 @@ plugins {
66description = " Restate Client to interact with services from within other Kotlin applications"
77
88dependencies {
9- api(project(" :client" ))
10- implementation(libs.kotlinx.coroutines.core)
9+ api(project(" :client" )) {
10+ exclude(" dev.restate" , " sdk-serde-jackson" )
11+ }
12+ api(project(" :sdk-serde-kotlinx" ))
1113
12- runtimeOnly(project( " :sdk-serde- kotlinx" ) )
14+ implementation(libs. kotlinx.coroutines.core )
1315}
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ dependencies {
1111 compileOnly(libs.jspecify)
1212
1313 api(project(" :common" ))
14+ api(project(" :sdk-serde-jackson" ))
1415
1516 implementation(libs.jackson.core)
1617 implementation(libs.log4j.api)
17-
18- runtimeOnly(project(" :sdk-serde-jackson" ))
1918}
You can’t perform that action at this time.
0 commit comments