File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -247,24 +247,7 @@ subprojects {
247247 }
248248}
249249
250- // Opt-in to @ExperimentalOkHttpApi everywhere.
251250subprojects {
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
You can’t perform that action at this time.
0 commit comments