LouisCAD / Splitties

A collection of hand-crafted extensions for your Kotlin projects.

Home Page:https://splitties.louiscad.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jetpack Compose stable, View DSL Docs should be updated

Skaldebane opened this issue · comments

In the current documentation of the View DSL, it still says that Jetpack Compose is "not stable" and "still in alpha". However, I guess it should be encouraged to use it as it is now already stable, and highly recommended by Android Developers.

Of course this doesn't mean ditching the Views DSL! It's still very relevant for now as long as not everything can be achieved in Jetpack Compose (yet), and I think it's the best way to do Compose/View interop in a way that's so seamless without having to touch the XML ever again.

Totally agree, and I'm using both myself as well now. Feel free to send a PR if you want it corrected fast 🙂