Problem Statement
Basically, if you open a fresh IntelliJ project with Kotlin 2.0.20 and attempt to reproduce the iOS setup, the project fails to sync.
There are several issues, namely the cocoapods plugin definition needs to also be added at the project-leved build gradle along with its version, and the cocoapods {} block syntax has been changed:
https://kotlinlang.org/docs/native-cocoapods-dsl-reference.html#targets
Solution Brainstorm
No response