-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linker plugin not working with the new Kotlin/Native artifacts DSL #46
Comments
I have the same issue. I'm using the plugin This was enough to fix the linker issue to build the app. But the test linker task
|
I've had the same issue. We're also using cocoapod gradle plugin. I was able to workaround it by adding the linker options on the
|
The linker plugin is not applying the compiler args when using the new DSL for Kotlin/Native artifacts: https://kotlinlang.org/docs/multiplatform-native-artifacts.html.
I can work around it by specifying the compiler args manually:
The text was updated successfully, but these errors were encountered: