A library that show 'Read more' and 'Read less' text in Jetpack Compose Text.
For more information, visit the documentation: https://webtoon.github.io/ReadMoreTextView/readmore-material
repositories {
mavenCentral()
}
dependencies {
implementation "com.webtoonscorp.android:readmore-material:<version>"
}