Initial commit
This commit is contained in:
12
ktor-client-brotli/build.gradle.kts
Normal file
12
ktor-client-brotli/build.gradle.kts
Normal file
@@ -0,0 +1,12 @@
|
||||
plugins {
|
||||
kotlin("jvm")
|
||||
}
|
||||
|
||||
sourceSets.all {
|
||||
java.srcDir("src/$name/kotlin")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(libs.ktor.client.encoding)
|
||||
implementation(libs.brotli)
|
||||
}
|
||||
Reference in New Issue
Block a user