issues
search
mikepenz
/
AboutLibraries
AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
http://mikepenz.github.io/AboutLibraries/
Apache License 2.0
3.66k
stars
423
forks
source link
Fix `IllegalStateException` due to `rememberSaveable`
#802
Closed
mikepenz
closed
2 years ago
mikepenz
commented
2 years ago
rememberSaveable
will cause a
IllegalStateException
as the kotlin multiplatform classes are not
Serializable
FIX
https://github.com/mikepenz/AboutLibraries/issues/797
rememberSaveable
will cause aIllegalStateException
as the kotlin multiplatform classes are notSerializable