Relative Content

Tag Archive for navigationandroid-jetpack-composejetpack-compose-navigation

I got “Type mismatch: inferred type is Unit but AnchoredDraggableState was expected”

I got “Type mismatch: inferred type is Unit but AnchoredDraggableState was expected” error when I upgraded compose navigation version 2.7.7 to 2.8.0-alpha08. I don’t know how these two are connected to each other, but as soon as I upgrade to the alpha version (2.8.0-alpha0x), it doesn’t matter what 1, 2, 3 is, I get this error. I also tried with 2.8.0-beta01(May 14, 2024) version but still I got same error. Is anybody have an idea with this issue?