Christian Würthenr
11/22/2022, 1:05 PMimport cocoapods.*
package does not become available. If I remove the import directive the project builds find and I also see the cocoapod files in the build folder.
cocoapods {
summary = "CocoaPods test library"
homepage = "<https://github.com/JetBrains/kotlin>"
version = "1.0"
ios.deploymentTarget = "14.1"
pod("AFNetworking") {
version = "~> 4.0.1"
}
}
That's my setup, but I can't import import cocoapods.AFNetworking.*
Christian Würthenr
11/22/2022, 1:09 PMChristian Würthenr
11/22/2022, 1:09 PMkotlin.mpp.enableCInteropCommonization=true
in gradle.properties