The following function can no longer be built using SDK 7.2.0 with strict type check level:
function saveValues(values as $.Toybox.Lang.Array<$.Toybox.Lang.String>) as Void {
$.Toybox.Application.Storage.setValue("key", values);
}
The error is...