Will it be supported to generate KMP projects with the CocoaPods plugin again at
kmp.jetbrains.com, like you can create a project with the Android Studio KMM plugin? I noticed the
docs still mention choosing it when creating the project, but then links to the docs that direct to
kmp.jetbrains.com, which doesn't have this option.
It's easier to set up projects this way for
my library to link to the underlying Objective-C framework it requires, with
pod(..., linkOnly = true)
. So I hope this will continue to be a supported option without too much extra configuration, until and unless at some point there are other options for a KMP library to automatically link to required native frameworks.