Deprecate useLibraries()

^KT-55801

Merge-request: KT-MR-8220
Merged-by: Artem Daugel-Dauge <Artem.Daugel-Dauge@jetbrains.com>
This commit is contained in:
Artem Daugel-Dauge
2023-01-09 19:01:49 +00:00
committed by Space Team
parent d7179d929f
commit dc514fa396
@@ -53,7 +53,12 @@ abstract class CocoapodsExtension @Inject constructor(private val project: Proje
/**
* Setup plugin to generate synthetic xcodeproj compatible with static libraries
*
* This option is not supported and scheduled to be removed. If you are using this please
* file an issue with your case to [https://kotl.in/issue](https://kotl.in/issue)
*/
@Suppress("DeprecatedCallableAddReplaceWith")
@Deprecated("This option is not supported and scheduled to be removed")
fun useLibraries() {
useLibraries = true
}