hoc081098 / kmp-viewmodel

🔆 Kotlin Multiplatform ViewModel. Kotlin Multiplatform MVVM. Common/Shared ViewModel in Kotlin Multiplatform - A Kotlin Multiplatform library that provides shared MVVM for UI applications. Components are lifecycle-aware on Android. Supports Android Parcelable, Kotlin Parcelize, AndroidX SavedStateHandle for restoring state after process death.
https://hoc081098.github.io/kmp-viewmodel/docs/0.x/
MIT License
123 stars 6 forks source link

Reproduce crash with Gradle 8.8 #284

Closed hoc081098 closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 76.24%. Comparing base (b74ab68) to head (5fa97cc). Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #284 +/- ## ======================================= Coverage 76.24% 76.24% ======================================= Files 44 44 Lines 501 501 Branches 69 69 ======================================= Hits 382 382 Misses 102 102 Partials 17 17 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

hoc081098 commented 3 months ago

Reproduce https://github.com/gradle/gradle/issues/29476