Not sure where to post this, but what happened to ...
# random
f
Not sure where to post this, but what happened to "String.trimMargin()" in 1.9.22?
s
I guess nothing? It is still there: https://github.com/JetBrains/kotlin/blob/v1.9.22/libraries/stdlib/src/kotlin/text/Indent.kt#L26 Do you have any issues with it?
f
database/Interval.kt177 Unresolved reference: trimMargin My SQLite database can no longer reference trim margin.
s
For some reasons I sometimes need to add an import by hand, because IDEA won’t figure it out automatically. Try that.