Hi everyone. In my android project, I set up minimal API to 21. But I can't use kotlin function String#chars() in order to transform a String to an array of chars. So I wonder if I can find the implementation of the extension function somewhere or if there is a simple way to do it ?