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
Currently, Kotlin's language constructs with internal access modifiers were exposed in the metadata. We should restrict this behavior because of the nature of internal - it should not be visible outside of the Kotlin compilation unit.
The text was updated successfully, but these errors were encountered:
Currently, Kotlin's language constructs with internal access modifiers were exposed in the metadata. We should restrict this behavior because of the nature of
internal
- it should not be visible outside of the Kotlin compilation unit.The text was updated successfully, but these errors were encountered: