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
Analysis: Suppress kotlin poet's as type name deprecated warning
Warning Messages: "'asTypeName(): TypeName' is deprecated. Mirror APIs
don't give complete information on Kotlin types. Consider using the
kotlinpoet-metadata APIs instead."
This deprecated warning is suppressed, that is, instead of it being
resolved, since using the kotlinpoet-metadata APIs is out of scope.
0 commit comments