readium / kotlin-toolkit

A toolkit for ebooks, audiobooks and comics written in Kotlin
https://readium.org/kotlin-toolkit
BSD 3-Clause "New" or "Revised" License
180 stars 77 forks source link

Enable core library desugaring #496

Closed mickael-menu closed 5 months ago

mickael-menu commented 5 months ago

If you target Android devices running below API 26, you now must enable core library desugaring in your application module.

This is required by some of our third-party dependencies, such as kotlinx-datetime or jsoup.