aiidziis
04/15/2021, 12:26 PM./gradlew check
to fail with weird lint errors we never had before.Bryan Herbst
04/15/2021, 12:30 PMparentFragmentManager!!
with requireParentFragmentManager()
for example. You can turn those off for your project or suppress them if you want.
To answer your question- yes, you can. Here’s a good article on doing so: https://marcellogalhardo.dev/posts/2021/03/30/using-compose-beta-on-as-4-1/
Note that you will not have IDE tooling support if you go that routeaiidziis
04/15/2021, 3:32 PM