Hi all!
If I use jetpack compose in my android library, does an app that uses my library also have to use jetpack compose? (With the non-stable gradle plugin setup, etc.)?
I'd like to use jetpack compose in my libraries, but some of my apps cannot use the non-stable gradle plugin setups required for jetpack compose in production.