https://kotlinlang.org logo
#compose
Title
# compose
l

Lauren Yew

03/08/2021, 3:01 PM
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

Adam Powell

03/08/2021, 3:17 PM
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