- [X] I have searched [existing issues](https://github.com/google/flexbox-layout/issues) and confirmed this is not a duplicate While Compose UI has good interop APIs to work with Views, it'd be superb if `flexbox-layout` had a first party support for compose. ```kotlin FlexboxRow( modifier = Modifier.fillMaxWidth(), flexWrap = FlexWrap.Wrap, divider = { … }, ) { Text("…") Text("…") Text("…") } ``` ## Version of the flexbox library `3.0.0`