1
0
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:
Jake Wharton
2025-12-04 14:54:32 -05:00
parent 9cf0d69b5d
commit a5f6fbf133
2 changed files with 0 additions and 8 deletions

View File

@@ -23,10 +23,6 @@ android {
sourceCompatibility(JavaVersion.VERSION_11)
}
kotlinOptions {
jvmTarget = JavaVersion.VERSION_11.toString()
}
buildTypes {
release {
isShrinkResources = true

View File

@@ -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",