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
Fix the unresolved reference error caused by an ambiguous reference
JetBrains/kotlin@f8e6c59 introduced
compatibility typealiases for classes moved to new packages.
However, because both old and new packages were star-imported,
we'd have ambiguity. This is fixed here.
0 commit comments