Skip to content

Commit 8339524

Browse files
authored
Remove ExperimentalOkHttpApi references (#8908)
1 parent ce29ef6 commit 8339524

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

build.gradle.kts

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -247,24 +247,7 @@ subprojects {
247247
}
248248
}
249249

250-
// Opt-in to @ExperimentalOkHttpApi everywhere.
251250
subprojects {
252-
plugins.withId("org.jetbrains.kotlin.jvm") {
253-
kotlinExtension.sourceSets.configureEach {
254-
languageSettings.optIn("okhttp3.ExperimentalOkHttpApi")
255-
}
256-
}
257-
plugins.withId("org.jetbrains.kotlin.multiplatform") {
258-
kotlinExtension.sourceSets.configureEach {
259-
languageSettings.optIn("okhttp3.ExperimentalOkHttpApi")
260-
}
261-
}
262-
plugins.withId("org.jetbrains.kotlin.android") {
263-
kotlinExtension.sourceSets.configureEach {
264-
languageSettings.optIn("okhttp3.ExperimentalOkHttpApi")
265-
}
266-
}
267-
268251
// From https://www.liutikas.net/2025/01/12/Kotlin-Library-Friends.html
269252

270253
// Create configurations we can use to track friend libraries

0 commit comments

Comments
 (0)