searched like hell, but: I wanna play with `Anchor...
# compose-desktop
d
searched like hell, but: I wanna play with
AnchoredDraggable
on compose-desktop (see: https://developer.android.com/jetpack/compose/touch-input/pointer-input/migrate-swipeable ) But seems to be in Compose-Foundation 1.6.0 and later. Is there a way to set up a compose desktop gradle project using compose foundation 1.6.0+ (and if so which dev repositories and combination of kotlin, and compose compiler would I need for this?) ... or is there "no chance yet"? 🙂
i
There is no Compose Multiplatform based on Jetpack Compose 1.6 yet, but it will be available in ~2 months, after we'll merge the Jetpack Compose development branch (androidx-main) into the Compose Multiplatform development branch (jb-main). There is indeed a way to do it yourself and build a local version of Compose, but it is easier to just wait.
👍 1