Has anyone managed to successfully use K/N with th...
# kotlin-native
p
Has anyone managed to successfully use K/N with the Xcode 13? I’m getting Cinterop error on 1.5.30:
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk/System/Library/Frameworks/Foundation.framework/Headers/NSURLSession.h:500:168: error: expected ')'
Fixed, turns out the problem was on our side, and it was due to gradle plugin being
1.5.30-RC
. With
1.5.30
it works!