Hi guys, is possible to add cocoapods to a compose...
# multiplatform
l
Hi guys, is possible to add cocoapods to a compose multiplatform project, I have created the project with the CMP wizard that intelij provides
l
Captura de ecrã 2024-06-20, às 11.56.19.png
Copy code
I'm trying to do what it says in the documentation but I can never import cocoapods
a
Try to add plugins directly like that:
Copy code
plugins {
    kotlin("multiplatform")
    kotlin("native.cocoapods")
}
l
still not working