Jetpack compose provides lots of material components like TextField etc. However, to build something like a file editor, what kind of component can be used that supports multiple lines of text any long with text operations like selecting text, cut-copy-paste, etc.
Would be interested to know equivalent component for Jetpack compose desktop as well.