Skip to content

Commit 0914c9b

Browse files
committed
Add library for executing processes in Kotlin
1 parent d1293f2 commit 0914c9b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.gradle.kts

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ dependencies {
2727
implementation("com.squareup.okhttp3:okhttp-urlconnection")
2828
implementation("com.squareup.okhttp3:logging-interceptor")
2929

30+
implementation("org.zeroturnaround:zt-exec:1.12") {
31+
exclude("org.slf4j")
32+
}
33+
3034
implementation(files("lib/webrtc-java-0.6.0.jar"))
3135
implementation(files("lib/webrtc-java-0.6.0-windows-x86_64.jar"))
3236

0 commit comments

Comments
 (0)