I added the library in the shared module build.gradle.kt but I have an error:
Note: I don't use
cocoaPods {
podsProject = file("../ios-app/Pods/Pods.xcodeproj") // here should be path to Pods xcode project
pod("mokoSocketIo", onlyLink = true)
}
because I don't use pod repository manager.
It's error:
:shared:iosSimulatorArm64Main: Could not resolve dev.icerock.moko:socket-io:0.3.0.
Required by:
project :shared
