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
Semantic creates issues for Kotlin Multiplatform Mobile and C++20 compatibility.
As pointed here we can get rid of them as the compiler makes the optimisation:
You don't actually need to use the @import keyword. If you opt-in to using modules, all #import and #include directives are mapped to use @import automatically.
The text was updated successfully, but these errors were encountered:
This replaces all semantic import statements with classic ones.
Semantic imports are currently not supported in Kotlin Multiplatform
Mobile projects which makes the SDK unusable in these cases.
Signed-off-by: Johannes Marbach <n0-0ne+github@mailbox.org>
Fixes: element-hq/element-ios#5046
Semantic creates issues for Kotlin Multiplatform Mobile and C++20 compatibility.
As pointed here we can get rid of them as the compiler makes the optimisation:
The text was updated successfully, but these errors were encountered: