diff --git a/docs/topics/whatsnew21.md b/docs/topics/whatsnew21.md index 04277f76b61..2751a7ae6b7 100644 --- a/docs/topics/whatsnew21.md +++ b/docs/topics/whatsnew21.md @@ -656,13 +656,6 @@ kotlin { // Collapse exported dependency rule flattenPackage = "com.subproject.library" } - - // Configure Swift export binaries - binaries { - linkTaskProvider.configure { - freeCompilerArgs += "-opt-in=some.value" - } - } } } ```