File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed
Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ 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" )) { exclude( " dev.restate " , " sdk-serde-jackson " ) }
10+ api(project( " :sdk-serde- kotlinx" ) )
1111
12- runtimeOnly(project( " :sdk-serde- kotlinx" ) )
12+ implementation(libs. kotlinx.coroutines.core )
1313}
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