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-material3
repositories {
mavenCentral()
}
dependencies {
implementation "com.webtoonscorp.android:readmore-material3:<version>"
}