Hi all! If I use jetpack compose in my android lib...
# compose
l
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.
a
Libraries don't require any special gradle setup from their consumers. You can also use compose from stable agp so long as you manually add the compiler plugin