Hi everyone 👋
I’m a beginner contributor and recently submitted a PR for KT-85276.
I’d like to work on KT-85279 (improving error messages for deprecated String(byteArray) usage). From my understanding, the issue is that current compiler diagnostics are misleading (expecting CharArray), and it would be more helpful to guide users toward using
ByteArray.decodeToString()
instead.
Could someone please confirm if this is the correct direction, and point me to where in the compiler diagnostics this should be updated?