You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have got the report in our project from our user: orchestr7/ktoml#193 that kotlinx-datetime has some problems on windows 7 on native target Any solution for that?
The procedure entry point EnumDynamicTimeZoneInformation could not be located in the dynamic link library ADVAPI32.dll
The text was updated successfully, but these errors were encountered:
I don't see any workarounds, but this could probably be fixed on our side (though it would be difficult, we'd essentially have to re-implement this missing function ourselves). https://kotlinlang.org/docs/native-target-support.html#tier-3 says that we have to support Windows 7 and later, so this is a problem that we need to solve.
@dkhalanskyjb Дима, good, thx! So it is planned to be fixed and supported in the future. I will close issue in my project and redirect the question from @willflier to this issue. Спасибо!
Uh oh!
There was an error while loading. Please reload this page.
We have got the report in our project from our user: orchestr7/ktoml#193 that kotlinx-datetime has some problems on windows 7 on native target Any solution for that?
The text was updated successfully, but these errors were encountered: