(I see the article cites my favorite talk, Guy Steele's "Growing a Language".)
g
gildor
09/26/2022, 5:50 AM
kotlin.String - is actual class
kotlin.text.String - builder function which emulates string constructor, but implemented as part of String utils as top level function, which is quite common pattern in Kotlin