in one of my source files when i add a serializabl...
# intellij
c
in one of my source files when i add a serializable annotations to a class instead of offering an auto import idea shows this:
if I manually add the import (import kotlinx.serialization.Serializable) it works
a
https://youtrack.jetbrains.com/issue/KTIJ-10031 IDE fails to suggest a project declaration import if the name clashes with internal declaration with implicit import from stdlib (ex. @Serializable)
c
thx for the workaround!