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 {
6
6
description = " Restate Client to interact with services from within other Kotlin applications"
7
7
8
8
dependencies {
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" ) )
11
11
12
- runtimeOnly(project( " :sdk-serde- kotlinx" ) )
12
+ implementation(libs. kotlinx.coroutines.core )
13
13
}
Original file line number Diff line number Diff line change @@ -11,9 +11,8 @@ dependencies {
11
11
compileOnly(libs.jspecify)
12
12
13
13
api(project(" :common" ))
14
+ api(project(" :sdk-serde-jackson" ))
14
15
15
16
implementation(libs.jackson.core)
16
17
implementation(libs.log4j.api)
17
-
18
- runtimeOnly(project(" :sdk-serde-jackson" ))
19
18
}
You can’t perform that action at this time.
0 commit comments