is anyone else getting spurious compiler errors wh...
# stdlib
t
is anyone else getting spurious compiler errors when using
internal typealias
?
Error:(107, 91) Cannot access 'ValidationErrors': it is internal in ‘[module]’
usages are all also in
[module]
i
Yes, there is a known bug with internal typealiases being inaccessible on incremental compilation.
May be also something like https://youtrack.jetbrains.com/issue/KT-15045. You can vote for it or watch for the updates.
t
many thanks!
@ilya.gorbunov i don’t appear to have permission to view that issue… i can view every other ticket i try 🤔
i
Thanks, opened that one
t
got it! thx