mirror of
https://github.com/square/okhttp.git
synced 2026-01-12 10:23:16 +03:00
Add compatibility with building under KGP 2.3
This commit is contained in:
@@ -23,10 +23,6 @@ android {
|
||||
sourceCompatibility(JavaVersion.VERSION_11)
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||
}
|
||||
|
||||
buildTypes {
|
||||
release {
|
||||
isShrinkResources = true
|
||||
|
||||
@@ -44,10 +44,6 @@ android {
|
||||
unitTests.isIncludeAndroidResources = true
|
||||
}
|
||||
|
||||
kotlinOptions {
|
||||
jvmTarget = JavaVersion.VERSION_11.toString()
|
||||
}
|
||||
|
||||
// issue merging due to conflict with httpclient and something else
|
||||
packagingOptions.resources.excludes += setOf(
|
||||
"META-INF/DEPENDENCIES",
|
||||
|
||||
Reference in New Issue
Block a user