From a7b3d4f9ff0d1fdb9cd78c0815e244c805c45e2d Mon Sep 17 00:00:00 2001 From: "Danil.Pavlov" Date: Thu, 28 Nov 2024 13:47:11 +0100 Subject: [PATCH] update: binary options removed --- docs/topics/whatsnew21.md | 7 ------- 1 file changed, 7 deletions(-) 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" - } - } } } ```