This repository was archived by the owner on Oct 10, 2025. It is now read-only.
This repository was archived by the owner on Oct 10, 2025. It is now read-only.
TextFactory.lineSplitter() in favor of CharSequence.lines() ext. fun #7
Since we have Kotlin in our dependencies, there is no need to use the Guava
Splitterfor this operation.