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
Although it may be a low priority,
the official Kotlin documentation has a setting to suppress warnings for the "actual" and "expect" classes.
Problem description:
'expect'/'actual' classes (including interfaces, objects, annotations, enums, and 'actual' typealiases) are in Beta. You can use -Xexpect-actual-classes flag to suppress this warning. Also see: https://youtrack.jetbrains.com/issue/KT-61573
Overview
Although it may be a low priority,
the official Kotlin documentation has a setting to suppress warnings for the "actual" and "expect" classes.
Problem description:
https://kotlinlang.org/docs/multiplatform-expect-actual.html#expected-and-actual-classes
Can we apply this to this project?
The text was updated successfully, but these errors were encountered: