File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -113,14 +113,8 @@ graal {
113
113
}
114
114
115
115
dependencies {
116
- implementation(" io.rsocket.kotlin:rsocket-core-jvm:0.10.0-SNAPSHOT" ) {
117
- exclude(group= " org.jetbrains.kotlin" )
118
- exclude(group= " org.jetbrains.kotlinx" )
119
- }
120
- implementation(" io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT" ) {
121
- exclude(group= " org.jetbrains.kotlin" )
122
- exclude(group= " org.jetbrains.kotlinx" )
123
- }
116
+ implementation(" io.rsocket.kotlin:rsocket-core-jvm:0.10.0-SNAPSHOT" )
117
+ implementation(" io.rsocket.kotlin:rsocket-transport-ktor-client:0.10.0-SNAPSHOT" )
124
118
implementation(" io.ktor:ktor-network-tls:1.4.1" )
125
119
implementation(" io.ktor:ktor-client-okhttp:1.4.1" )
126
120
implementation(" io.ktor:ktor-client-core-jvm:1.4.1" )
You can’t perform that action at this time.
0 commit comments