AboutOss is a Kotlin Multiplatform utility library to retrieve and display opensource licenses in your applications.
implementation("com.geekorum.aboutoss:ui-material3:<latest-version>")The library can work with license information files generated by:
See license sources for more information
The user interface to display license information is written in Compose Multiplatform. There is out of the box composables for Material and Material3 and you can easily write your own UI.
Check the sample here
Just use Gradle to build
./gradlew build
AboutOss is an open source library and is licensed under the GNU General Public License 3 and any later version. This means that you can get AboutOss's code and modify it to suit your needs, as long as you publish the changes you make for everyone to benefit from as well.
AboutOss is built and maintained by community volunteers.