-
Notifications
You must be signed in to change notification settings - Fork 110
kotlinx-datetime api can not Recognized by idea in wasm environment #462
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
Comments
It's probably because Wasm/WASI support was not published yet. |
I build on my local machine . and can find the date for wasm/WASI is success import by gradle |
The commit 30ab530, which introduces Wasm/WASI support to this library, was not in the version 0.6.1, and we didn't publish any version after that. Are you building In any case, if the code successfully builds, but IDEA reports it as red, please report it to https://youtrack.jetbrains.com/, the KTIJ subproject. |
yes . i build kotlinx-datetime directly from master.(The latest codes pulled) , but IDEA still reports it as red. |
And when will you publish the version support Wasm/WASI |
Since the code compiles, but the IDE incorrectly says that there are errors in the code, this means there is a problem with the IDE, so it needs to be reported to https://youtrack.jetbrains.com/newissue?project=KTIJ |
i develop wasm project,If i import kotlinx.datetime. api in idea develop Environment. idea tells me that the api does not exist(it worked well at jvm environment)
The text was updated successfully, but these errors were encountered: