-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Cant resolve kotlin.native.concurrent.* on linux for macos platform #3
Comments
Hello @carlonzo, I don't think it's related to CompleteKotlin itself, but most likely to some tooling issues that might depend on the versions of Kotlin, the IDE, the Kotlin IDE plugin, and how the project is set up. Anyway, can you specify all of the please:
Thank you, and glad you're benefitting from the plugin. |
@sellmair Note that stdlib and lack of multiplatform features (like no Should we open an issue about that on YouTrack? |
sorry @LouisCAD should have come back earlier to you. I cant explain how ios is resolved when mac is not :/ regarding your questions:
|
Hello @carlonzo, do you still have the issue with version 1.1.0 of the plugin? |
Hi @LouisCAD thanks for the message. I've just updated, and yes problem persist. from last time you asked, some of the answers to the above questions changed:
here is a screenshot of what I currently see. happy to help if you need anything |
Can you try after moving the setup from |
already done when I upgraded :/ |
I am not sure this is something its supposed to be supported by CompleteKotlin, but I'll file anyway:
I'm on LinuxX64, I've setup your plugin on my KMP project, now I see that the implementation in iosX64 can resolved the
kotlin.native.concurrent.*
imports, but not the same imports in macosX64.(PS: thanks for this awesome plugin)
The text was updated successfully, but these errors were encountered: