adrielcafe / voyager

🛸 A pragmatic navigation library for Jetpack Compose
https://voyager.adriel.cafe
MIT License
2.27k stars 109 forks source link

Voyager hilt support broken with Dagger 2.51 #346

Closed Tolriq closed 1 month ago

Tolriq commented 2 months ago

Dagger 2.51 (https://github.com/google/dagger/releases/tag/dagger-2.51) have breaking change impacting Voyager.

This is probably caused by https://github.com/google/dagger/commit/408431a3bb4db983f27bb96122167ca4cf41322e and the constructor of InternalViewModelFactory being internal.

nvkleban commented 1 month ago

I made a small PR with fix, waiting for approval.