Fixes
Solves a lifetime race condition with file asset loaders. This would sometimes manifest as a SEGV when tearing down the Rive view. As the C++ runtime exposes them as RefCnt, we now correctly associate their lifetimes with Kotlin and dereference rather than delete the object.
⚠️ Also correctly includes RiveUI and other Compose related classes initially scheduled for 10.3.0. Please use this version and above instead. The files were not included due to the release being cut before downstreaming had completed.