I have been using contentToString method in kotlin to print the content of an array but after upgrading the kotlin version to 1.4, I am getting deprecation warning for this method, I looked through the documentation but could not find the alternative for this method. Does anybody what we are supposed to use in place of contentToString to print the content of an array ?