Maybe we have an workaround to retrieve the packag...
# multiplatform
g
Maybe we have an workaround to retrieve the package name using something like this:
Copy code
MyObject::class.toString()
But none of the methods available on the String class seems to be available like replace, replaceAfter, substring and so on. How can we know which methods are available in
stdlib-common
?